Html Css Color HEX #0E331B Deep Fir

📋 copy color: '#0E331B'

red 14 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #0E331B

Tints of Deep Fir #0E331B

RGB

 RED value IS 14 (5.86% from 255) = 15.22%

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

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

R = 15.22%
G = 55.43%
B = 29.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#0E331B (or 0x0E331B) is known color: Deep Fir. HEX triplet: 0E, 33 and 1B. RGB value is (14,51,27). Sum of RGB (Red+Green+Blue) = 14+51+27=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #0E331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E331B is #F1CCE4. Grayscale: #252525. Windows color (decimal): -15846629 or 1782542. OLE color: 1782542.

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

Color convert

RGB 14 51 27 -
CMYK 0.73 0 0.47 0.8
HSL 141.08º 0.57% 0.13% -
HSV(B) 141.08º 0.73% 0.2% -
XYZ 1.56 2.54 1.44 -
YUV 37.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 14 51 27 0.73 0 0.47 0.8 141.08 0.57 0.13
Hex E 33 1B 49 0 2F 50 8D 39 D
Octal 16 63 33 111 0 57 120 215 71 15
Binary 1110 110011 11011 1001001 0 101111 1010000 10001101 111001 1101

Color Harmonies of #0E331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E331B

Black with #0E331B

Text Example


Text Example

White with #0E331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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