Html Css Color HEX #0F0802 Black

📋 copy color: '#0F0802'

red 15 ◦ green 8 ◦ blue 2

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

Shades of Black #0F0802

Tints of Black #0F0802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 32%

 BLUE value IS 2 (1.17% from 255) = 8%

R = 60%
G = 32%
B = 8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0802 (or 0x0F0802) is known color: Black. HEX triplet: 0F, 08 and 02. RGB value is (15,8,2). Sum of RGB (Red+Green+Blue) = 15+8+2=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0802 is #F0F7FD. Grayscale: #090909. Windows color (decimal): -15792126 or 133135. OLE color: 133135.

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

Color convert

RGB 15 8 2 -
CMYK 0 0.47 0.87 0.94
HSL 27.69º 0.76% 0.03% -
HSV(B) 27.69º 0.87% 0.06% -
XYZ 0.29 0.28 0.1 -
YUV 9.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 15 8 2 0 0.47 0.87 0.94 27.69 0.76 0.03
Hex F 8 2 0 2F 57 5E 1C 4C 3
Octal 17 10 2 0 57 127 136 34 114 3
Binary 1111 1000 10 0 101111 1010111 1011110 11100 1001100 11

Color Harmonies of #0F0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0802

Black with #0F0802

Text Example


Text Example

White with #0F0802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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