#041021

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

Shades of Black Pearl #041021

Tints of Black Pearl #041021

Color information

#041021 (or 0x041021) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 21. RGB value is (4,16,33). Sum of RGB (Red+Green+Blue) = 4+16+33=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #041021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041021 is #FBEFDE. Grayscale: #0E0E0E. Windows color (decimal): -16510943 or 2166788. OLE color: 2166788.

HSL color Cylindrical-coordinate representation of color #041021: hue angle of 215.17º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #041021 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB41633-
CMYK0.880.5200.87
HSL215.17º78.38%7.25%-
HSV(B)215.17º87.88%12.94%-
XYZ0.510.511.51-
YUV14.35138.52120.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=7.55%
G=30.19%
B=62.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal416330.880.5200.87215.1778.387.25
Hex410215834057d74e7
Octal420411306401273271167
Binary10010000100001101100011010001010111110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041021; }

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

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

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

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

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

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

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

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