#042A38

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

Shades of Black Pearl #042A38

Tints of Black Pearl #042A38

Color information

#042A38 (or 0x042A38) is unknown color: approx Black Pearl. HEX triplet: 04, 2A and 38. RGB value is (4,42,56). Sum of RGB (Red+Green+Blue) = 4+42+56=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #042A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A38 is #FBD5C7. Grayscale: #202020. Windows color (decimal): -16504264 or 3680772. OLE color: 3680772.

HSL color Cylindrical-coordinate representation of color #042A38: hue angle of 196.15º 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 #042A38 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44256-
CMYK0.930.2500.78
HSL196.15º86.67%11.76%-
HSV(B)196.15º92.86%21.96%-
XYZ1.591.974.04-
YUV32.23141.41107.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=3.92%
G=41.18%
B=54.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal442560.930.2500.78196.1586.6711.76
Hex42A385D1904Ec457c
Octal4527013531011630412714
Binary100101010111000101110111001010011101100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A38; }

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

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

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

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

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

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

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

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