#042430

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

Shades of Black Pearl #042430

Tints of Black Pearl #042430

Color information

#042430 (or 0x042430) is unknown color: approx Black Pearl. HEX triplet: 04, 24 and 30. RGB value is (4,36,48). Sum of RGB (Red+Green+Blue) = 4+36+48=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #042430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042430 is #FBDBCF. Grayscale: #1B1B1B. Windows color (decimal): -16505808 or 3154948. OLE color: 3154948.

HSL color Cylindrical-coordinate representation of color #042430: hue angle of 196.36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042430 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB43648-
CMYK0.920.2500.81
HSL196.36º84.62%10.2%-
HSV(B)196.36º91.67%18.82%-
XYZ1.211.53.02-
YUV27.8139.4111.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=4.55%
G=40.91%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal436480.920.2500.81196.3684.6210.2
Hex424305C19051c455a
Octal4446013431012130412512
Binary100100100110000101110011001010100011100010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042430; }

 p { color: rgb(4,36,48); }

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

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

 a { background-color: rgb(4,36,48); }

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

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

 span { border-color: rgb(4,36,48); }

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