Html Css Color HEX #1D0B0B Seal Brown

📋 copy color: '#1D0B0B'

red 29 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #1D0B0B

Tints of Seal Brown #1D0B0B

RGB

 RED value IS 29 (11.72% from 255) = 56.86%

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

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

R = 56.86%
G = 21.57%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D0B0B (or 0x1D0B0B) is known color: Seal Brown. HEX triplet: 1D, 0B and 0B. RGB value is (29,11,11). Sum of RGB (Red+Green+Blue) = 29+11+11=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B0B is #E2F4F4. Grayscale: #101010. Windows color (decimal): -14873845 or 723741. OLE color: 723741.

HSL color Cylindrical-coordinate representation of color #1D0B0B: hue angle of 0º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D0B0B is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 11 11 -
CMYK 0 0.62 0.62 0.89
HSL 0.45% 0.08% -
HSV(B) 0.62% 0.11% -
XYZ 0.69 0.52 0.38 -
YUV 16.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 29 11 11 0 0.62 0.62 0.89 0 0.45 0.08
Hex 1D B B 0 3E 3E 59 0 2D 8
Octal 35 13 13 0 76 76 131 0 55 10
Binary 11101 1011 1011 0 111110 111110 1011001 0 101101 1000

Color Harmonies of #1D0B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B0B

Black with #1D0B0B

Text Example


Text Example

White with #1D0B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0B0B; }

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

 H1.HeaderClassName
 {
   color: #1D0B0B;
 }
 .AnyTagClassName
 {
   color: #1D0B0B;
 }
</style>

background-color css

<style>
 a { background-color: #1D0B0B; }

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

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

border-color css

<style>
 span { border-color: #1D0B0B; }

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

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