Html Css Color HEX #0F0600 Black

📋 copy color: '#0F0600'

red 15 ◦ green 6 ◦ blue 0

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

Shades of Black #0F0600

Tints of Black #0F0600

RGB

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

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

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

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#0F0600 (or 0x0F0600) is known color: Black. HEX triplet: 0F, 06 and 00. RGB value is (15,6,0). Sum of RGB (Red+Green+Blue) = 15+6+0=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0600 is #F0F9FF. Grayscale: #080808. Windows color (decimal): -15792640 or 1551. OLE color: 1551.

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

Color convert

RGB 15 6 0 -
CMYK 0 0.60 1 0.94
HSL 24º 1% 0.03% -
HSV(B) 24º 1% 0.06% -
XYZ 0.26 0.23 0.03 -
YUV 8.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 15 6 0 0 0.60 1 0.94 24 1 0.03
Hex F 6 0 0 3C 64 5E 18 64 3
Octal 17 6 0 0 74 144 136 30 144 3
Binary 1111 110 0 0 111100 1100100 1011110 11000 1100100 11

Color Harmonies of #0F0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0600

Black with #0F0600

Text Example


Text Example

White with #0F0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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