Html Css Color HEX #052831 Black Pearl

📋 copy color: '#052831'

red 5 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #052831

Tints of Black Pearl #052831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.55%

 BLUE value IS 49 (19.53% from 255) = 52.13%

R = 5.32%
G = 42.55%
B = 52.13%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#052831 (or 0x052831) is known color: Black Pearl. HEX triplet: 05, 28 and 31. RGB value is (5,40,49). Sum of RGB (Red+Green+Blue) = 5+40+49=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #052831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052831 is #FAD7CE. Grayscale: #1E1E1E. Windows color (decimal): -16439247 or 3221509. OLE color: 3221509.

HSL color Cylindrical-coordinate representation of color #052831: hue angle of 192.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052831 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 40 49 -
CMYK 0.90 0.18 0 0.81
HSL 192.27º 0.81% 0.11% -
HSV(B) 192.27º 0.9% 0.19% -
XYZ 1.38 1.77 3.18 -
YUV 30.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 5 40 49 0.90 0.18 0 0.81 192.27 0.81 0.11
Hex 5 28 31 5A 12 0 51 C0 51 B
Octal 5 50 61 132 22 0 121 300 121 13
Binary 101 101000 110001 1011010 10010 0 1010001 11000000 1010001 1011

Color Harmonies of #052831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052831

Black with #052831

Text Example


Text Example

White with #052831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052831; }

 p { color: rgb(5,40,49); }

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

background-color css

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

 a { background-color: rgb(5,40,49); }

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

border-color css

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

 span { border-color: rgb(5,40,49); }

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