#042838

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

Shades of Black Pearl #042838

Tints of Black Pearl #042838

Color information

#042838 (or 0x042838) is unknown color: approx Black Pearl. HEX triplet: 04, 28 and 38. RGB value is (4,40,56). Sum of RGB (Red+Green+Blue) = 4+40+56=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #042838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042838 is #FBD7C7. Grayscale: #1E1E1E. Windows color (decimal): -16504776 or 3680260. OLE color: 3680260.

HSL color Cylindrical-coordinate representation of color #042838: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042838 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44056-
CMYK0.930.2900.78
HSL198.46º86.67%11.76%-
HSV(B)198.46º92.86%21.96%-
XYZ1.521.834.01-
YUV31.06142.07108.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 56%
R=4%
G=40%
B=56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal440560.930.2900.78198.4686.6711.76
Hex428385D1D04Ec657c
Octal4507013535011630612714
Binary100101000111000101110111101010011101100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042838; }

 p { color: rgb(4,40,56); }

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

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

 a { background-color: rgb(4,40,56); }

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

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

 span { border-color: rgb(4,40,56); }

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