#042427

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

Shades of Black Pearl #042427

Tints of Black Pearl #042427

Color information

#042427 (or 0x042427) is unknown color: approx Black Pearl. HEX triplet: 04, 24 and 27. RGB value is (4,36,39). Sum of RGB (Red+Green+Blue) = 4+36+39=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #042427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042427 is #FBDBD8. Grayscale: #1A1A1A. Windows color (decimal): -16505817 or 2565124. OLE color: 2565124.

HSL color Cylindrical-coordinate representation of color #042427: hue angle of 185.14º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042427 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB43639-
CMYK0.900.0800.85
HSL185.14º81.4%8.43%-
HSV(B)185.14º89.74%15.29%-
XYZ1.051.432.14-
YUV26.77134.9111.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.06%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=5.06%
G=45.57%
B=49.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal436390.900.0800.85185.1481.48.43
Hex424275A8055b9518
Octal4444713210012527112110
Binary10010010010011110110101000010101011011100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042427; }

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

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

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

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

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

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

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

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