Html Css Color HEX #0F0D05 Maire

📋 copy color: '#0F0D05'

red 15 ◦ green 13 ◦ blue 5

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

Shades of Maire #0F0D05

Tints of Maire #0F0D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 15.15%

R = 45.45%
G = 39.39%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.94

RGB Variations

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

Color information

#0F0D05 (or 0x0F0D05) is known color: Maire. HEX triplet: 0F, 0D and 05. RGB value is (15,13,5). Sum of RGB (Red+Green+Blue) = 15+13+5=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D05 is #F0F2FA. Grayscale: #0C0C0C. Windows color (decimal): -15790843 or 331023. OLE color: 331023.

HSL color Cylindrical-coordinate representation of color #0F0D05: hue angle of 48º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F0D05 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 13 5 -
CMYK 0 0.13 0.67 0.94
HSL 48º 0.5% 0.04% -
HSV(B) 48º 0.67% 0.06% -
XYZ 0.37 0.4 0.2 -
YUV 12.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 15 13 5 0 0.13 0.67 0.94 48 0.5 0.04
Hex F D 5 0 D 43 5E 30 32 4
Octal 17 15 5 0 15 103 136 60 62 4
Binary 1111 1101 101 0 1101 1000011 1011110 110000 110010 100

Color Harmonies of #0F0D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D05

Black with #0F0D05

Text Example


Text Example

White with #0F0D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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