#042533

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

Shades of Black Pearl #042533

Tints of Black Pearl #042533

Color information

#042533 (or 0x042533) is unknown color: approx Black Pearl. HEX triplet: 04, 25 and 33. RGB value is (4,37,51). Sum of RGB (Red+Green+Blue) = 4+37+51=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 51 (20.31% from 255 or 55.43% from 92); Max value from RGB is 51 - color contains mainly: blue. Hex color #042533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042533 is #FBDACC. Grayscale: #1C1C1C. Windows color (decimal): -16505549 or 3351812. OLE color: 3351812.

HSL color Cylindrical-coordinate representation of color #042533: hue angle of 197.87º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042533 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB43751-
CMYK0.920.2700.8
HSL197.87º85.45%10.78%-
HSV(B)197.87º92.16%20%-
XYZ1.311.593.37-
YUV28.73140.57110.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 51 (20.31% from 255) = 55.43%
R=4.35%
G=40.22%
B=55.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal437510.920.2700.8197.8785.4510.78
Hex425335C1B050c655b
Octal4456313433012030612513
Binary100100101110011101110011011010100001100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042533; }

 p { color: rgb(4,37,51); }

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

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

 a { background-color: rgb(4,37,51); }

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

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

 span { border-color: rgb(4,37,51); }

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