Html Css Color HEX #051729 Black Pearl

📋 copy color: '#051729'

red 5 ◦ green 23 ◦ blue 41

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

Shades of Black Pearl #051729

Tints of Black Pearl #051729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 33.33%

 BLUE value IS 41 (16.41% from 255) = 59.42%

R = 7.25%
G = 33.33%
B = 59.42%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#051729 (or 0x051729) is known color: Black Pearl. HEX triplet: 05, 17 and 29. RGB value is (5,23,41). Sum of RGB (Red+Green+Blue) = 5+23+41=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #051729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051729 is #FAE8D6. Grayscale: #131313. Windows color (decimal): -16443607 or 2692869. OLE color: 2692869.

HSL color Cylindrical-coordinate representation of color #051729: hue angle of 210º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051729 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 23 41 -
CMYK 0.88 0.44 0 0.84
HSL 210º 0.78% 0.09% -
HSV(B) 210º 0.88% 0.16% -
XYZ 0.77 0.81 2.21 -
YUV 19.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 5 23 41 0.88 0.44 0 0.84 210 0.78 0.09
Hex 5 17 29 58 2C 0 54 D2 4E 9
Octal 5 27 51 130 54 0 124 322 116 11
Binary 101 10111 101001 1011000 101100 0 1010100 11010010 1001110 1001

Color Harmonies of #051729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051729

Black with #051729

Text Example


Text Example

White with #051729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051729; }

 p { color: rgb(5,23,41); }

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

background-color css

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

 a { background-color: rgb(5,23,41); }

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

border-color css

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

 span { border-color: rgb(5,23,41); }

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