#042326

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

Shades of Black Pearl #042326

Tints of Black Pearl #042326

Color information

#042326 (or 0x042326) is unknown color: approx Black Pearl. HEX triplet: 04, 23 and 26. RGB value is (4,35,38). Sum of RGB (Red+Green+Blue) = 4+35+38=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #042326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042326 is #FBDCD9. Grayscale: #1A1A1A. Windows color (decimal): -16506074 or 2499332. OLE color: 2499332.

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

Color convert

RGB43538-
CMYK0.890.0800.85
HSL185.29º80.95%8.24%-
HSV(B)185.29º89.47%14.9%-
XYZ11.372.04-
YUV26.07134.73112.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=5.19%
G=45.45%
B=49.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal435380.890.0800.85185.2980.958.24
Hex42326598055b9518
Octal4434613110012527112110
Binary10010001110011010110011000010101011011100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042326; }

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

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

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

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

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

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

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

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