Html Css Color HEX #390B02 Seal Brown

📋 copy color: '#390B02'

red 57 ◦ green 11 ◦ blue 2

#390B02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #390B02

Tints of Seal Brown #390B02

RGB

 RED value IS 57 (22.66% from 255) = 81.43%

 GREEN value IS 11 (4.69% from 255) = 15.71%

 BLUE value IS 2 (1.17% from 255) = 2.86%

R = 81.43%
G = 15.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#390B02 (or 0x390B02) is known color: Seal Brown. HEX triplet: 39, 0B and 02. RGB value is (57,11,2). Sum of RGB (Red+Green+Blue) = 57+11+2=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B02 is #C6F4FD. Grayscale: #171717. Windows color (decimal): -13038846 or 133945. OLE color: 133945.

HSL color Cylindrical-coordinate representation of color #390B02: hue angle of 9.82º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390B02 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 11 2 -
CMYK 0 0.81 0.96 0.78
HSL 9.82º 0.93% 0.12% -
HSV(B) 9.82º 0.96% 0.22% -
XYZ 1.82 1.11 0.18 -
YUV 23.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 57 11 2 0 0.81 0.96 0.78 9.82 0.93 0.12
Hex 39 B 2 0 51 60 4E A 5D C
Octal 71 13 2 0 121 140 116 12 135 14
Binary 111001 1011 10 0 1010001 1100000 1001110 1010 1011101 1100

Color Harmonies of #390B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B02

Black with #390B02

Text Example


Text Example

White with #390B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390B02; }

 p { color: rgb(57,11,2); }

 H1.HeaderClassName
 {
   color: #390B02;
 }
 .AnyTagClassName
 {
   color: #390B02;
 }
</style>

background-color css

<style>
 a { background-color: #390B02; }

 a { background-color: rgb(57,11,2); }

 div.DivClassName
 {
   background-color: #390B02;
 }
 .BgClassName
 {
   background-color: #390B02;
 }
</style>

border-color css

<style>
 span { border-color: #390B02; }

 span { border-color: rgb(57,11,2); }

 td.TdClassName
 {
   border-color: #390B02;
 }
 .TagClassName
 {
   border-color: #390B02;
 }
</style>