Html Css Color HEX #052427 Black Pearl

📋 copy color: '#052427'

red 5 ◦ green 36 ◦ blue 39

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

Shades of Black Pearl #052427

Tints of Black Pearl #052427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45%

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

R = 6.25%
G = 45%
B = 48.75%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052427 (or 0x052427) is known color: Black Pearl. HEX triplet: 05, 24 and 27. RGB value is (5,36,39). Sum of RGB (Red+Green+Blue) = 5+36+39=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #052427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052427 is #FADBD8. Grayscale: #1B1B1B. Windows color (decimal): -16440281 or 2565125. OLE color: 2565125.

HSL color Cylindrical-coordinate representation of color #052427: hue angle of 185.29º 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 #052427 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 36 39 -
CMYK 0.87 0.08 0 0.85
HSL 185.29º 0.77% 0.09% -
HSV(B) 185.29º 0.87% 0.15% -
XYZ 1.06 1.44 2.14 -
YUV 27.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 5 36 39 0.87 0.08 0 0.85 185.29 0.77 0.09
Hex 5 24 27 57 8 0 55 B9 4D 9
Octal 5 44 47 127 10 0 125 271 115 11
Binary 101 100100 100111 1010111 1000 0 1010101 10111001 1001101 1001

Color Harmonies of #052427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052427

Black with #052427

Text Example


Text Example

White with #052427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052427; }

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

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

background-color css

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

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

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

border-color css

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

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

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