Html Css Color HEX #0F0702 Black

📋 copy color: '#0F0702'

red 15 ◦ green 7 ◦ blue 2

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

Shades of Black #0F0702

Tints of Black #0F0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 29.17%

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

R = 62.5%
G = 29.17%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0702 (or 0x0F0702) is known color: Black. HEX triplet: 0F, 07 and 02. RGB value is (15,7,2). Sum of RGB (Red+Green+Blue) = 15+7+2=24 (3% of max value = 765). Red value is 15 (6.25% from 255 or 62.5% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0702 is #F0F8FD. Grayscale: #080808. Windows color (decimal): -15792382 or 132879. OLE color: 132879.

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

Color convert

RGB 15 7 2 -
CMYK 0 0.53 0.87 0.94
HSL 23.08º 0.76% 0.03% -
HSV(B) 23.08º 0.87% 0.06% -
XYZ 0.28 0.26 0.09 -
YUV 8.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 15 7 2 0 0.53 0.87 0.94 23.08 0.76 0.03
Hex F 7 2 0 35 57 5E 17 4C 3
Octal 17 7 2 0 65 127 136 27 114 3
Binary 1111 111 10 0 110101 1010111 1011110 10111 1001100 11

Color Harmonies of #0F0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0702

Black with #0F0702

Text Example


Text Example

White with #0F0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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