Html Css Color HEX #051829 Black Pearl

📋 copy color: '#051829'

red 5 ◦ green 24 ◦ blue 41

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

Shades of Black Pearl #051829

Tints of Black Pearl #051829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 34.29%

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

R = 7.14%
G = 34.29%
B = 58.57%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#051829 (or 0x051829) is known color: Black Pearl. HEX triplet: 05, 18 and 29. RGB value is (5,24,41). Sum of RGB (Red+Green+Blue) = 5+24+41=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #051829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051829 is #FAE7D6. Grayscale: #141414. Windows color (decimal): -16443351 or 2693125. OLE color: 2693125.

HSL color Cylindrical-coordinate representation of color #051829: hue angle of 208.33º 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 #051829 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 24 41 -
CMYK 0.88 0.41 0 0.84
HSL 208.33º 0.78% 0.09% -
HSV(B) 208.33º 0.88% 0.16% -
XYZ 0.79 0.85 2.22 -
YUV 20.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 5 24 41 0.88 0.41 0 0.84 208.33 0.78 0.09
Hex 5 18 29 58 29 0 54 D0 4E 9
Octal 5 30 51 130 51 0 124 320 116 11
Binary 101 11000 101001 1011000 101001 0 1010100 11010000 1001110 1001

Color Harmonies of #051829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051829

Black with #051829

Text Example


Text Example

White with #051829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051829; }

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

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

background-color css

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

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

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

border-color css

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

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

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