Html Css Color HEX #0F0602 Black

📋 copy color: '#0F0602'

red 15 ◦ green 6 ◦ blue 2

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

Shades of Black #0F0602

Tints of Black #0F0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 26.09%

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

R = 65.22%
G = 26.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0602 (or 0x0F0602) is known color: Black. HEX triplet: 0F, 06 and 02. RGB value is (15,6,2). Sum of RGB (Red+Green+Blue) = 15+6+2=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0602 is #F0F9FD. Grayscale: #080808. Windows color (decimal): -15792638 or 132623. OLE color: 132623.

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

Color convert

RGB 15 6 2 -
CMYK 0 0.60 0.87 0.94
HSL 18.46º 0.76% 0.03% -
HSV(B) 18.46º 0.87% 0.06% -
XYZ 0.27 0.24 0.09 -
YUV 8.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 15 6 2 0 0.60 0.87 0.94 18.46 0.76 0.03
Hex F 6 2 0 3C 57 5E 12 4C 3
Octal 17 6 2 0 74 127 136 22 114 3
Binary 1111 110 10 0 111100 1010111 1011110 10010 1001100 11

Color Harmonies of #0F0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0602

Black with #0F0602

Text Example


Text Example

White with #0F0602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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