Html Css Color HEX #05090A Black Pearl

📋 copy color: '#05090A'

red 5 ◦ green 9 ◦ blue 10

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

Shades of Black Pearl #05090A

Tints of Black Pearl #05090A

RGB

 RED value IS 5 (2.34% from 255) = 20.83%

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

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

R = 20.83%
G = 37.5%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05090A (or 0x05090A) is known color: Black Pearl. HEX triplet: 05, 09 and 0A. RGB value is (5,9,10). Sum of RGB (Red+Green+Blue) = 5+9+10=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 10 - color contains mainly: blue. Hex color #05090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090A is #FAF6F5. Grayscale: #070707. Windows color (decimal): -16447222 or 657669. OLE color: 657669.

HSL color Cylindrical-coordinate representation of color #05090A: hue angle of 192º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #05090A is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 9 10 -
CMYK 0.50 0.10 0 0.96
HSL 192º 0.33% 0.03% -
HSV(B) 192º 0.5% 0.04% -
XYZ 0.22 0.25 0.32 -
YUV 7.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 5 9 10 0.50 0.10 0 0.96 192 0.33 0.03
Hex 5 9 A 32 A 0 60 C0 21 3
Octal 5 11 12 62 12 0 140 300 41 3
Binary 101 1001 1010 110010 1010 0 1100000 11000000 100001 11

Color Harmonies of #05090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05090A

Black with #05090A

Text Example


Text Example

White with #05090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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