Html Css Color HEX #052328 Black Pearl

📋 copy color: '#052328'

red 5 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #052328

Tints of Black Pearl #052328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 43.75%

 BLUE value IS 40 (16.02% from 255) = 50%

R = 6.25%
G = 43.75%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#052328 (or 0x052328) is known color: Black Pearl. HEX triplet: 05, 23 and 28. RGB value is (5,35,40). Sum of RGB (Red+Green+Blue) = 5+35+40=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #052328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052328 is #FADCD7. Grayscale: #1A1A1A. Windows color (decimal): -16440536 or 2630405. OLE color: 2630405.

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

Color convert

RGB 5 35 40 -
CMYK 0.88 0.12 0 0.84
HSL 188.57º 0.78% 0.09% -
HSV(B) 188.57º 0.88% 0.16% -
XYZ 1.05 1.39 2.22 -
YUV 26.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 5 35 40 0.88 0.12 0 0.84 188.57 0.78 0.09
Hex 5 23 28 58 C 0 54 BD 4E 9
Octal 5 43 50 130 14 0 124 275 116 11
Binary 101 100011 101000 1011000 1100 0 1010100 10111101 1001110 1001

Color Harmonies of #052328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052328

Black with #052328

Text Example


Text Example

White with #052328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052328; }

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

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

background-color css

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

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

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

border-color css

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

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

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