Html Css Color HEX #050709 Black Pearl

📋 copy color: '#050709'

red 5 ◦ green 7 ◦ blue 9

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

Shades of Black Pearl #050709

Tints of Black Pearl #050709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 33.33%

 BLUE value IS 9 (3.91% from 255) = 42.86%

R = 23.81%
G = 33.33%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#050709 (or 0x050709) is known color: Black Pearl. HEX triplet: 05, 07 and 09. RGB value is (5,7,9). Sum of RGB (Red+Green+Blue) = 5+7+9=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 9 - color contains mainly: blue. Hex color #050709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050709 is #FAF8F6. Grayscale: #060606. Windows color (decimal): -16447735 or 591621. OLE color: 591621.

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

Color convert

RGB 5 7 9 -
CMYK 0.44 0.22 0 0.96
HSL 210º 0.29% 0.03% -
HSV(B) 210º 0.44% 0.04% -
XYZ 0.19 0.2 0.29 -
YUV 6.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 5 7 9 0.44 0.22 0 0.96 210 0.29 0.03
Hex 5 7 9 2C 16 0 60 D2 1D 3
Octal 5 7 11 54 26 0 140 322 35 3
Binary 101 111 1001 101100 10110 0 1100000 11010010 11101 11

Color Harmonies of #050709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050709

Black with #050709

Text Example


Text Example

White with #050709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050709; }

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

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

background-color css

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

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

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

border-color css

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

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

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