#052130

Color #052130 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #052130

Tints of Black Pearl #052130

Color information

#052130 (or 0x052130) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 30. RGB value is (5,33,48). Sum of RGB (Red+Green+Blue) = 5+33+48=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #052130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052130 is #FADECF. Grayscale: #1A1A1A. Windows color (decimal): -16441040 or 3154181. OLE color: 3154181.

HSL color Cylindrical-coordinate representation of color #052130: hue angle of 200.93º 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 #052130 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB53348-
CMYK0.900.3100.81
HSL200.93º81.13%10.39%-
HSV(B)200.93º89.58%18.82%-
XYZ1.141.332.99-
YUV26.34140.22112.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=5.81%
G=38.37%
B=55.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal533480.900.3100.81200.9381.1310.39
Hex521305A1F051c951a
Octal5416013237012131112112
Binary101100001110000101101011111010100011100100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052130; }

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

 H1.HeaderClassName
 {
   color: #052130;
 }
 .AnyTagClassName
 {
   color: #052130;
 }
</style>
background-color css

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

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

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

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

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

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