Html Css Color HEX #0F0D02 Maire

📋 copy color: '#0F0D02'

red 15 ◦ green 13 ◦ blue 2

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

Shades of Maire #0F0D02

Tints of Maire #0F0D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 43.33%

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

R = 50%
G = 43.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0D02 (or 0x0F0D02) is known color: Maire. HEX triplet: 0F, 0D and 02. RGB value is (15,13,2). Sum of RGB (Red+Green+Blue) = 15+13+2=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D02 is #F0F2FD. Grayscale: #0C0C0C. Windows color (decimal): -15790846 or 134415. OLE color: 134415.

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

Color convert

RGB 15 13 2 -
CMYK 0 0.13 0.87 0.94
HSL 50.77º 0.76% 0.03% -
HSV(B) 50.77º 0.87% 0.06% -
XYZ 0.35 0.39 0.11 -
YUV 12.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 15 13 2 0 0.13 0.87 0.94 50.77 0.76 0.03
Hex F D 2 0 D 57 5E 33 4C 3
Octal 17 15 2 0 15 127 136 63 114 3
Binary 1111 1101 10 0 1101 1010111 1011110 110011 1001100 11

Color Harmonies of #0F0D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D02

Black with #0F0D02

Text Example


Text Example

White with #0F0D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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