Html Css Color HEX #0F0200 Black

📋 copy color: '#0F0200'

red 15 ◦ green 2 ◦ blue 0

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

Shades of Black #0F0200

Tints of Black #0F0200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.24%
G = 11.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#0F0200 (or 0x0F0200) is known color: Black. HEX triplet: 0F, 02 and 00. RGB value is (15,2,0). Sum of RGB (Red+Green+Blue) = 15+2+0=17 (2% of max value = 765). Red value is 15 (6.25% from 255 or 88.24% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0200 is #F0FDFF. Grayscale: #050505. Windows color (decimal): -15793664 or 527. OLE color: 527.

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

Color convert

RGB 15 2 0 -
CMYK 0 0.87 1 0.94
HSL 1% 0.03% -
HSV(B) 1% 0.06% -
XYZ 0.22 0.14 0.02 -
YUV 5.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 15 2 0 0 0.87 1 0.94 8 1 0.03
Hex F 2 0 0 57 64 5E 8 64 3
Octal 17 2 0 0 127 144 136 10 144 3
Binary 1111 10 0 0 1010111 1100100 1011110 1000 1100100 11

Color Harmonies of #0F0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0200

Black with #0F0200

Text Example


Text Example

White with #0F0200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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