#042635

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

Shades of Black Pearl #042635

Tints of Black Pearl #042635

Color information

#042635 (or 0x042635) is unknown color: approx Black Pearl. HEX triplet: 04, 26 and 35. RGB value is (4,38,53). Sum of RGB (Red+Green+Blue) = 4+38+53=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #042635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042635 is #FBD9CA. Grayscale: #1D1D1D. Windows color (decimal): -16505291 or 3483140. OLE color: 3483140.

HSL color Cylindrical-coordinate representation of color #042635: hue angle of 198.37º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042635 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB43853-
CMYK0.920.2800.79
HSL198.37º85.96%11.18%-
HSV(B)198.37º92.45%20.78%-
XYZ1.391.673.62-
YUV29.54141.24109.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=4.21%
G=40%
B=55.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal438530.920.2800.79198.3785.9611.18
Hex426355C1C04Fc656b
Octal4466513434011730612613
Binary100100110110101101110011100010011111100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042635; }

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

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

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

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

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

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

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

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