#042633

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

Shades of Black Pearl #042633

Tints of Black Pearl #042633

Color information

#042633 (or 0x042633) is unknown color: approx Black Pearl. HEX triplet: 04, 26 and 33. RGB value is (4,38,51). Sum of RGB (Red+Green+Blue) = 4+38+51=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #042633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042633 is #FBD9CC. Grayscale: #1D1D1D. Windows color (decimal): -16505293 or 3352068. OLE color: 3352068.

HSL color Cylindrical-coordinate representation of color #042633: hue angle of 196.6º 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 #042633 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB43851-
CMYK0.920.2500.8
HSL196.6º85.45%10.78%-
HSV(B)196.6º92.16%20%-
XYZ1.341.653.38-
YUV29.32140.24109.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 51 (20.31% from 255) = 54.84%
R=4.30%
G=40.86%
B=54.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal438510.920.2500.8196.685.4510.78
Hex426335C19050c555b
Octal4466313431012030512513
Binary100100110110011101110011001010100001100010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042633; }

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

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

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

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

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

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

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

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