Html Css Color HEX #320B0B Seal Brown

📋 copy color: '#320B0B'

red 50 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #320B0B

Tints of Seal Brown #320B0B

RGB

 RED value IS 50 (19.92% from 255) = 69.44%

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

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 69.44%
G = 15.28%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#320B0B (or 0x320B0B) is known color: Seal Brown. HEX triplet: 32, 0B and 0B. RGB value is (50,11,11). Sum of RGB (Red+Green+Blue) = 50+11+11=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #320B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B0B is #CDF4F4. Grayscale: #161616. Windows color (decimal): -13497589 or 723762. OLE color: 723762.

HSL color Cylindrical-coordinate representation of color #320B0B: hue angle of 0º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B0B is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 11 11 -
CMYK 0 0.78 0.78 0.80
HSL 0.64% 0.12% -
HSV(B) 0.78% 0.2% -
XYZ 1.5 0.94 0.42 -
YUV 22.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 50 11 11 0 0.78 0.78 0.80 0 0.64 0.12
Hex 32 B B 0 4E 4E 50 0 40 C
Octal 62 13 13 0 116 116 120 0 100 14
Binary 110010 1011 1011 0 1001110 1001110 1010000 0 1000000 1100

Color Harmonies of #320B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B0B

Black with #320B0B

Text Example


Text Example

White with #320B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320B0B; }

 p { color: rgb(50,11,11); }

 H1.HeaderClassName
 {
   color: #320B0B;
 }
 .AnyTagClassName
 {
   color: #320B0B;
 }
</style>

background-color css

<style>
 a { background-color: #320B0B; }

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

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

border-color css

<style>
 span { border-color: #320B0B; }

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

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