Html Css Color HEX #041021 Black Pearl

📋 copy color: '#041021'

red 4 ◦ green 16 ◦ blue 33

#041021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #041021

Tints of Black Pearl #041021

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 value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041021 (or 0x041021) is known color: 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

RGB 4 16 33 -
CMYK 0.88 0.52 0 0.87
HSL 215.17º 0.78% 0.07% -
HSV(B) 215.17º 0.88% 0.13% -
XYZ 0.51 0.51 1.51 -
YUV 14.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 4 16 33 0.88 0.52 0 0.87 215.17 0.78 0.07
Hex 4 10 21 58 34 0 57 D7 4E 7
Octal 4 20 41 130 64 0 127 327 116 7
Binary 100 10000 100001 1011000 110100 0 1010111 11010111 1001110 111

Color Harmonies of #041021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041021

Black with #041021

Text Example


Text Example

White with #041021

Text Example


Text Example

HTML Codes & Css Web 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>