#04232D

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

Shades of Black Pearl #04232D

Tints of Black Pearl #04232D

Color information

#04232D (or 0x04232D) is unknown color: approx Black Pearl. HEX triplet: 04, 23 and 2D. RGB value is (4,35,45). Sum of RGB (Red+Green+Blue) = 4+35+45=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #04232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04232D is #FBDCD2. Grayscale: #1A1A1A. Windows color (decimal): -16506067 or 2958084. OLE color: 2958084.

HSL color Cylindrical-coordinate representation of color #04232D: hue angle of 194.63º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04232D is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43545-
CMYK0.910.2200.82
HSL194.63º83.67%9.61%-
HSV(B)194.63º91.11%17.65%-
XYZ1.121.422.7-
YUV26.87138.23111.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=4.76%
G=41.67%
B=53.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal435450.910.2200.82194.6383.679.61
Hex4232D5B16052c354a
Octal4435513326012230312412
Binary100100011101101101101110110010100101100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04232D; }

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

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

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

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

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

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

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

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