Html Css Color HEX #052327 Black Pearl

📋 copy color: '#052327'

red 5 ◦ green 35 ◦ blue 39

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

Shades of Black Pearl #052327

Tints of Black Pearl #052327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 49.37%

R = 6.33%
G = 44.3%
B = 49.37%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052327 (or 0x052327) is known color: Black Pearl. HEX triplet: 05, 23 and 27. RGB value is (5,35,39). Sum of RGB (Red+Green+Blue) = 5+35+39=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #052327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052327 is #FADCD8. Grayscale: #1A1A1A. Windows color (decimal): -16440537 or 2564869. OLE color: 2564869.

HSL color Cylindrical-coordinate representation of color #052327: hue angle of 187.06º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052327 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 35 39 -
CMYK 0.87 0.10 0 0.85
HSL 187.06º 0.77% 0.09% -
HSV(B) 187.06º 0.87% 0.15% -
XYZ 1.03 1.38 2.13 -
YUV 26.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 5 35 39 0.87 0.10 0 0.85 187.06 0.77 0.09
Hex 5 23 27 57 A 0 55 BB 4D 9
Octal 5 43 47 127 12 0 125 273 115 11
Binary 101 100011 100111 1010111 1010 0 1010101 10111011 1001101 1001

Color Harmonies of #052327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052327

Black with #052327

Text Example


Text Example

White with #052327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052327; }

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

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

background-color css

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

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

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

border-color css

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

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

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