Html Css Color HEX #05090B Black Pearl

📋 copy color: '#05090B'

red 5 ◦ green 9 ◦ blue 11

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

Shades of Black Pearl #05090B

Tints of Black Pearl #05090B

RGB

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

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

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

R = 20%
G = 36%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05090B (or 0x05090B) is known color: Black Pearl. HEX triplet: 05, 09 and 0B. RGB value is (5,9,11). Sum of RGB (Red+Green+Blue) = 5+9+11=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #05090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090B is #FAF6F4. Grayscale: #080808. Windows color (decimal): -16447221 or 723205. OLE color: 723205.

HSL color Cylindrical-coordinate representation of color #05090B: hue angle of 200º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #05090B is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 9 11 -
CMYK 0.55 0.18 0 0.96
HSL 200º 0.38% 0.03% -
HSV(B) 200º 0.55% 0.04% -
XYZ 0.22 0.25 0.35 -
YUV 8.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 5 9 11 0.55 0.18 0 0.96 200 0.38 0.03
Hex 5 9 B 37 12 0 60 C8 26 3
Octal 5 11 13 67 22 0 140 310 46 3
Binary 101 1001 1011 110111 10010 0 1100000 11001000 100110 11

Color Harmonies of #05090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05090B

Black with #05090B

Text Example


Text Example

White with #05090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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