#04212E

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

Shades of Black Pearl #04212E

Tints of Black Pearl #04212E

Color information

#04212E (or 0x04212E) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 2E. RGB value is (4,33,46). Sum of RGB (Red+Green+Blue) = 4+33+46=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #04212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04212E is #FBDED1. Grayscale: #191919. Windows color (decimal): -16506578 or 3023108. OLE color: 3023108.

HSL color Cylindrical-coordinate representation of color #04212E: hue angle of 198.57º 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 #04212E is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43346-
CMYK0.910.2800.82
HSL198.57º84%9.8%-
HSV(B)198.57º91.3%18.04%-
XYZ1.091.312.78-
YUV25.81139.39112.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=4.82%
G=39.76%
B=55.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal433460.910.2800.82198.57849.8
Hex4212E5B1C052c754a
Octal4415613334012230712412
Binary100100001101110101101111100010100101100011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04212E; }

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

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

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

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

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

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

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

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