Html Css Color HEX #0F0402 Black

📋 copy color: '#0F0402'

red 15 ◦ green 4 ◦ blue 2

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

Shades of Black #0F0402

Tints of Black #0F0402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 19.05%

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

R = 71.43%
G = 19.05%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0402 (or 0x0F0402) is known color: Black. HEX triplet: 0F, 04 and 02. RGB value is (15,4,2). Sum of RGB (Red+Green+Blue) = 15+4+2=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0402 is #F0FBFD. Grayscale: #070707. Windows color (decimal): -15793150 or 132111. OLE color: 132111.

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

Color convert

RGB 15 4 2 -
CMYK 0 0.73 0.87 0.94
HSL 9.23º 0.76% 0.03% -
HSV(B) 9.23º 0.87% 0.06% -
XYZ 0.25 0.19 0.08 -
YUV 7.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 15 4 2 0 0.73 0.87 0.94 9.23 0.76 0.03
Hex F 4 2 0 49 57 5E 9 4C 3
Octal 17 4 2 0 111 127 136 11 114 3
Binary 1111 100 10 0 1001001 1010111 1011110 1001 1001100 11

Color Harmonies of #0F0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0402

Black with #0F0402

Text Example


Text Example

White with #0F0402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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