Html Css Color HEX #0F0E02 Maire

📋 copy color: '#0F0E02'

red 15 ◦ green 14 ◦ blue 2

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

Shades of Maire #0F0E02

Tints of Maire #0F0E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 45.16%

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

R = 48.39%
G = 45.16%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0E02 (or 0x0F0E02) is known color: Maire. HEX triplet: 0F, 0E and 02. RGB value is (15,14,2). Sum of RGB (Red+Green+Blue) = 15+14+2=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E02 is #F0F1FD. Grayscale: #0C0C0C. Windows color (decimal): -15790590 or 134671. OLE color: 134671.

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

Color convert

RGB 15 14 2 -
CMYK 0 0.07 0.87 0.94
HSL 55.38º 0.76% 0.03% -
HSV(B) 55.38º 0.87% 0.06% -
XYZ 0.36 0.42 0.12 -
YUV 12.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 15 14 2 0 0.07 0.87 0.94 55.38 0.76 0.03
Hex F E 2 0 7 57 5E 37 4C 3
Octal 17 16 2 0 7 127 136 67 114 3
Binary 1111 1110 10 0 111 1010111 1011110 110111 1001100 11

Color Harmonies of #0F0E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0E02

Black with #0F0E02

Text Example


Text Example

White with #0F0E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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