#042123

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

Shades of Black Pearl #042123

Tints of Black Pearl #042123

Color information

#042123 (or 0x042123) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 23. RGB value is (4,33,35). Sum of RGB (Red+Green+Blue) = 4+33+35=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #042123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042123 is #FBDEDC. Grayscale: #181818. Windows color (decimal): -16506589 or 2302212. OLE color: 2302212.

HSL color Cylindrical-coordinate representation of color #042123: hue angle of 183.87º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042123 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB43335-
CMYK0.890.0600.86
HSL183.87º79.49%7.65%-
HSV(B)183.87º88.57%13.73%-
XYZ0.91.231.78-
YUV24.56133.89113.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.56%
GREEN value IS 33 (13.28% from 255) = 45.83%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=5.56%
G=45.83%
B=48.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal433350.890.0600.86183.8779.497.65
Hex42123596056b84f8
Octal441431316012627011710
Binary1001000011000111011001110010101101011100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042123; }

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

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

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

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

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

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

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

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