Html Css Color HEX #0F331B Deep Fir

📋 copy color: '#0F331B'

red 15 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #0F331B

Tints of Deep Fir #0F331B

RGB

 RED value IS 15 (6.25% from 255) = 16.13%

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

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

R = 16.13%
G = 54.84%
B = 29.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#0F331B (or 0x0F331B) is known color: Deep Fir. HEX triplet: 0F, 33 and 1B. RGB value is (15,51,27). Sum of RGB (Red+Green+Blue) = 15+51+27=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #0F331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F331B is #F0CCE4. Grayscale: #252525. Windows color (decimal): -15781093 or 1782543. OLE color: 1782543.

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

Color convert

RGB 15 51 27 -
CMYK 0.71 0 0.47 0.8
HSL 140º 0.55% 0.13% -
HSV(B) 140º 0.71% 0.2% -
XYZ 1.58 2.55 1.45 -
YUV 37.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 15 51 27 0.71 0 0.47 0.8 140 0.55 0.13
Hex F 33 1B 47 0 2F 50 8C 37 D
Octal 17 63 33 107 0 57 120 214 67 15
Binary 1111 110011 11011 1000111 0 101111 1010000 10001100 110111 1101

Color Harmonies of #0F331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F331B

Black with #0F331B

Text Example


Text Example

White with #0F331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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