Html Css Color HEX #01090A Black Pearl

📋 copy color: '#01090A'

red 1 ◦ green 9 ◦ blue 10

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

Shades of Black Pearl #01090A

Tints of Black Pearl #01090A

RGB

 RED value IS 1 (0.78% from 255) = 5%

 GREEN value IS 9 (3.91% from 255) = 45%

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

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01090A (or 0x01090A) is known color: Black Pearl. HEX triplet: 01, 09 and 0A. RGB value is (1,9,10). Sum of RGB (Red+Green+Blue) = 1+9+10=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #01090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01090A is #FEF6F5. Grayscale: #060606. Windows color (decimal): -16709366 or 657665. OLE color: 657665.

HSL color Cylindrical-coordinate representation of color #01090A: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01090A is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 9 10 -
CMYK 0.90 0.10 0 0.96
HSL 186.67º 0.82% 0.02% -
HSV(B) 186.67º 0.9% 0.04% -
XYZ 0.16 0.22 0.32 -
YUV 6.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 1 9 10 0.90 0.10 0 0.96 186.67 0.82 0.02
Hex 1 9 A 5A A 0 60 BB 52 2
Octal 1 11 12 132 12 0 140 273 122 2
Binary 1 1001 1010 1011010 1010 0 1100000 10111011 1010010 10

Color Harmonies of #01090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01090A

Black with #01090A

Text Example


Text Example

White with #01090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01090A; }

 p { color: rgb(1,9,10); }

 H1.HeaderClassName
 {
   color: #01090A;
 }
 .AnyTagClassName
 {
   color: #01090A;
 }
</style>

background-color css

<style>
 a { background-color: #01090A; }

 a { background-color: rgb(1,9,10); }

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

border-color css

<style>
 span { border-color: #01090A; }

 span { border-color: rgb(1,9,10); }

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