Html Css Color HEX #041521 Black Pearl

📋 copy color: '#041521'

red 4 ◦ green 21 ◦ blue 33

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

Shades of Black Pearl #041521

Tints of Black Pearl #041521

RGB

 RED value IS 4 (1.95% from 255) = 6.9%

 GREEN value IS 21 (8.59% from 255) = 36.21%

 BLUE value IS 33 (13.28% from 255) = 56.9%

R = 6.9%
G = 36.21%
B = 56.9%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041521 (or 0x041521) is known color: Black Pearl. HEX triplet: 04, 15 and 21. RGB value is (4,21,33). Sum of RGB (Red+Green+Blue) = 4+21+33=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #041521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041521 is #FBEADE. Grayscale: #111111. Windows color (decimal): -16509663 or 2168068. OLE color: 2168068.

HSL color Cylindrical-coordinate representation of color #041521: hue angle of 204.83º 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 #041521 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 21 33 -
CMYK 0.88 0.36 0 0.87
HSL 204.83º 0.78% 0.07% -
HSV(B) 204.83º 0.88% 0.13% -
XYZ 0.59 0.67 1.54 -
YUV 17.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 4 21 33 0.88 0.36 0 0.87 204.83 0.78 0.07
Hex 4 15 21 58 24 0 57 CD 4E 7
Octal 4 25 41 130 44 0 127 315 116 7
Binary 100 10101 100001 1011000 100100 0 1010111 11001101 1001110 111

Color Harmonies of #041521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041521

Black with #041521

Text Example


Text Example

White with #041521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041521; }

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

 H1.HeaderClassName
 {
   color: #041521;
 }
 .AnyTagClassName
 {
   color: #041521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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