Html Css Color HEX #0F0B08 Black

📋 copy color: '#0F0B08'

red 15 ◦ green 11 ◦ blue 8

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

Shades of Black #0F0B08

Tints of Black #0F0B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 23.53%

R = 44.12%
G = 32.35%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.94

RGB Variations

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

Color information

#0F0B08 (or 0x0F0B08) is known color: Black. HEX triplet: 0F, 0B and 08. RGB value is (15,11,8). Sum of RGB (Red+Green+Blue) = 15+11+8=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B08 is #F0F4F7. Grayscale: #0B0B0B. Windows color (decimal): -15791352 or 527119. OLE color: 527119.

HSL color Cylindrical-coordinate representation of color #0F0B08: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F0B08 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 11 8 -
CMYK 0 0.27 0.47 0.94
HSL 25.71º 0.3% 0.05% -
HSV(B) 25.71º 0.47% 0.06% -
XYZ 0.36 0.36 0.28 -
YUV 11.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 15 11 8 0 0.27 0.47 0.94 25.71 0.3 0.05
Hex F B 8 0 1B 2F 5E 1A 1E 5
Octal 17 13 10 0 33 57 136 32 36 5
Binary 1111 1011 1000 0 11011 101111 1011110 11010 11110 101

Color Harmonies of #0F0B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B08

Black with #0F0B08

Text Example


Text Example

White with #0F0B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,11,8); }

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

background-color css

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

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

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

border-color css

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

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

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