Html Css Color HEX #0F020A Melanzane

📋 copy color: '#0F020A'

red 15 ◦ green 2 ◦ blue 10

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

Shades of Melanzane #0F020A

Tints of Melanzane #0F020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 37.04%

R = 55.56%
G = 7.41%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#0F020A (or 0x0F020A) is known color: Melanzane. HEX triplet: 0F, 02 and 0A. RGB value is (15,2,10). Sum of RGB (Red+Green+Blue) = 15+2+10=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F020A is #F0FDF5. Grayscale: #060606. Windows color (decimal): -15793654 or 655887. OLE color: 655887.

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

Color convert

RGB 15 2 10 -
CMYK 0 0.87 0.33 0.94
HSL 323.08º 0.76% 0.03% -
HSV(B) 323.08º 0.87% 0.06% -
XYZ 0.27 0.17 0.3 -
YUV 6.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 15 2 10 0 0.87 0.33 0.94 323.08 0.76 0.03
Hex F 2 A 0 57 21 5E 143 4C 3
Octal 17 2 12 0 127 41 136 503 114 3
Binary 1111 10 1010 0 1010111 100001 1011110 101000011 1001100 11

Color Harmonies of #0F020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F020A

Black with #0F020A

Text Example


Text Example

White with #0F020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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