Html Css Color HEX #052434 Black Pearl

📋 copy color: '#052434'

red 5 ◦ green 36 ◦ blue 52

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

Shades of Black Pearl #052434

Tints of Black Pearl #052434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 55.91%

R = 5.38%
G = 38.71%
B = 55.91%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#052434 (or 0x052434) is known color: Black Pearl. HEX triplet: 05, 24 and 34. RGB value is (5,36,52). Sum of RGB (Red+Green+Blue) = 5+36+52=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #052434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052434 is #FADBCB. Grayscale: #1C1C1C. Windows color (decimal): -16440268 or 3417093. OLE color: 3417093.

HSL color Cylindrical-coordinate representation of color #052434: hue angle of 200.43º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052434 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 36 52 -
CMYK 0.90 0.31 0 0.80
HSL 200.43º 0.82% 0.11% -
HSV(B) 200.43º 0.9% 0.2% -
XYZ 1.31 1.54 3.48 -
YUV 28.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 5 36 52 0.90 0.31 0 0.80 200.43 0.82 0.11
Hex 5 24 34 5A 1F 0 50 C8 52 B
Octal 5 44 64 132 37 0 120 310 122 13
Binary 101 100100 110100 1011010 11111 0 1010000 11001000 1010010 1011

Color Harmonies of #052434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052434

Black with #052434

Text Example


Text Example

White with #052434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052434; }

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

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

background-color css

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

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

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

border-color css

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

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

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