Html Css Color HEX #0D331B Deep Fir

📋 copy color: '#0D331B'

red 13 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #0D331B

Tints of Deep Fir #0D331B

RGB

 RED value IS 13 (5.47% from 255) = 14.29%

 GREEN value IS 51 (20.31% from 255) = 56.04%

 BLUE value IS 27 (10.94% from 255) = 29.67%

R = 14.29%
G = 56.04%
B = 29.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#0D331B (or 0x0D331B) is known color: Deep Fir. HEX triplet: 0D, 33 and 1B. RGB value is (13,51,27). Sum of RGB (Red+Green+Blue) = 13+51+27=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #0D331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D331B is #F2CCE4. Grayscale: #242424. Windows color (decimal): -15912165 or 1782541. OLE color: 1782541.

HSL color Cylindrical-coordinate representation of color #0D331B: hue angle of 142.11º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D331B is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 13 51 27 -
CMYK 0.75 0 0.47 0.8
HSL 142.11º 0.59% 0.13% -
HSV(B) 142.11º 0.75% 0.2% -
XYZ 1.55 2.53 1.44 -
YUV 36.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 13 51 27 0.75 0 0.47 0.8 142.11 0.59 0.13
Hex D 33 1B 4B 0 2F 50 8E 3B D
Octal 15 63 33 113 0 57 120 216 73 15
Binary 1101 110011 11011 1001011 0 101111 1010000 10001110 111011 1101

Color Harmonies of #0D331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D331B

Black with #0D331B

Text Example


Text Example

White with #0D331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D331B; }

 p { color: rgb(13,51,27); }

 H1.HeaderClassName
 {
   color: #0D331B;
 }
 .AnyTagClassName
 {
   color: #0D331B;
 }
</style>

background-color css

<style>
 a { background-color: #0D331B; }

 a { background-color: rgb(13,51,27); }

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

border-color css

<style>
 span { border-color: #0D331B; }

 span { border-color: rgb(13,51,27); }

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