Html Css Color HEX #052530 Black Pearl

📋 copy color: '#052530'

red 5 ◦ green 37 ◦ blue 48

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

Shades of Black Pearl #052530

Tints of Black Pearl #052530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.11%

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 5.56%
G = 41.11%
B = 53.33%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#052530 (or 0x052530) is known color: Black Pearl. HEX triplet: 05, 25 and 30. RGB value is (5,37,48). Sum of RGB (Red+Green+Blue) = 5+37+48=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #052530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052530 is #FADACF. Grayscale: #1C1C1C. Windows color (decimal): -16440016 or 3155205. OLE color: 3155205.

HSL color Cylindrical-coordinate representation of color #052530: hue angle of 195.35º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052530 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 37 48 -
CMYK 0.90 0.23 0 0.81
HSL 195.35º 0.81% 0.1% -
HSV(B) 195.35º 0.9% 0.19% -
XYZ 1.26 1.57 3.03 -
YUV 28.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 5 37 48 0.90 0.23 0 0.81 195.35 0.81 0.1
Hex 5 25 30 5A 17 0 51 C3 51 A
Octal 5 45 60 132 27 0 121 303 121 12
Binary 101 100101 110000 1011010 10111 0 1010001 11000011 1010001 1010

Color Harmonies of #052530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052530

Black with #052530

Text Example


Text Example

White with #052530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052530; }

 p { color: rgb(5,37,48); }

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

background-color css

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

 a { background-color: rgb(5,37,48); }

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

border-color css

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

 span { border-color: rgb(5,37,48); }

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