Html Css Color HEX #0F0202 Black

📋 copy color: '#0F0202'

red 15 ◦ green 2 ◦ blue 2

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

Shades of Black #0F0202

Tints of Black #0F0202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 10.53%

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

R = 78.95%
G = 10.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0202 (or 0x0F0202) is known color: Black. HEX triplet: 0F, 02 and 02. RGB value is (15,2,2). Sum of RGB (Red+Green+Blue) = 15+2+2=19 (2% of max value = 765). Red value is 15 (6.25% from 255 or 78.95% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0202 is #F0FDFD. Grayscale: #050505. Windows color (decimal): -15793662 or 131599. OLE color: 131599.

HSL color Cylindrical-coordinate representation of color #0F0202: hue angle of 0º 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 #0F0202 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 2 2 -
CMYK 0 0.87 0.87 0.94
HSL 0.76% 0.03% -
HSV(B) 0.87% 0.06% -
XYZ 0.23 0.15 0.07 -
YUV 5.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 15 2 2 0 0.87 0.87 0.94 0 0.76 0.03
Hex F 2 2 0 57 57 5E 0 4C 3
Octal 17 2 2 0 127 127 136 0 114 3
Binary 1111 10 10 0 1010111 1010111 1011110 0 1001100 11

Color Harmonies of #0F0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0202

Black with #0F0202

Text Example


Text Example

White with #0F0202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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