Html Css Color HEX #0A0B04 Maire

📋 copy color: '#0A0B04'

red 10 ◦ green 11 ◦ blue 4

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

Shades of Maire #0A0B04

Tints of Maire #0A0B04

RGB

 RED value IS 10 (4.3% from 255) = 40%

 GREEN value IS 11 (4.69% from 255) = 44%

 BLUE value IS 4 (1.95% from 255) = 16%

R = 40%
G = 44%
B = 16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

#0A0B04 (or 0x0A0B04) is known color: Maire. HEX triplet: 0A, 0B and 04. RGB value is (10,11,4). Sum of RGB (Red+Green+Blue) = 10+11+4=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #0A0B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B04 is #F5F4FB. Grayscale: #090909. Windows color (decimal): -16119036 or 264970. OLE color: 264970.

HSL color Cylindrical-coordinate representation of color #0A0B04: hue angle of 68.57º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A0B04 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 11 4 -
CMYK 0.09 0 0.64 0.96
HSL 68.57º 0.47% 0.03% -
HSV(B) 68.57º 0.64% 0.04% -
XYZ 0.27 0.31 0.16 -
YUV 9.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 10 11 4 0.09 0 0.64 0.96 68.57 0.47 0.03
Hex A B 4 9 0 40 60 45 2F 3
Octal 12 13 4 11 0 100 140 105 57 3
Binary 1010 1011 100 1001 0 1000000 1100000 1000101 101111 11

Color Harmonies of #0A0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B04

Black with #0A0B04

Text Example


Text Example

White with #0A0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,11,4); }

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

background-color css

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

 a { background-color: rgb(10,11,4); }

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

border-color css

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

 span { border-color: rgb(10,11,4); }

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