Html Css Color HEX #052436 Black Pearl

📋 copy color: '#052436'

red 5 ◦ green 36 ◦ blue 54

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

Shades of Black Pearl #052436

Tints of Black Pearl #052436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 56.84%

R = 5.26%
G = 37.89%
B = 56.84%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052436 (or 0x052436) is known color: Black Pearl. HEX triplet: 05, 24 and 36. RGB value is (5,36,54). Sum of RGB (Red+Green+Blue) = 5+36+54=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #052436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052436 is #FADBC9. Grayscale: #1C1C1C. Windows color (decimal): -16440266 or 3548165. OLE color: 3548165.

HSL color Cylindrical-coordinate representation of color #052436: hue angle of 202.04º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052436 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 36 54 -
CMYK 0.91 0.33 0 0.79
HSL 202.04º 0.83% 0.12% -
HSV(B) 202.04º 0.91% 0.21% -
XYZ 1.36 1.56 3.72 -
YUV 28.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 5 36 54 0.91 0.33 0 0.79 202.04 0.83 0.12
Hex 5 24 36 5B 21 0 4F CA 53 C
Octal 5 44 66 133 41 0 117 312 123 14
Binary 101 100100 110110 1011011 100001 0 1001111 11001010 1010011 1100

Color Harmonies of #052436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052436

Black with #052436

Text Example


Text Example

White with #052436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052436; }

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

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

background-color css

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

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

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

border-color css

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

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

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