Html Css Color HEX #051521 Black Pearl

📋 copy color: '#051521'

red 5 ◦ green 21 ◦ blue 33

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

Shades of Black Pearl #051521

Tints of Black Pearl #051521

RGB

 RED value IS 5 (2.34% from 255) = 8.47%

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

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

R = 8.47%
G = 35.59%
B = 55.93%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#051521 (or 0x051521) is known color: Black Pearl. HEX triplet: 05, 15 and 21. RGB value is (5,21,33). Sum of RGB (Red+Green+Blue) = 5+21+33=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #051521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051521 is #FAEADE. Grayscale: #111111. Windows color (decimal): -16444127 or 2168069. OLE color: 2168069.

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

Color convert

RGB 5 21 33 -
CMYK 0.85 0.36 0 0.87
HSL 205.71º 0.74% 0.07% -
HSV(B) 205.71º 0.85% 0.13% -
XYZ 0.61 0.68 1.54 -
YUV 17.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 5 21 33 0.85 0.36 0 0.87 205.71 0.74 0.07
Hex 5 15 21 55 24 0 57 CE 4A 7
Octal 5 25 41 125 44 0 127 316 112 7
Binary 101 10101 100001 1010101 100100 0 1010111 11001110 1001010 111

Color Harmonies of #051521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051521

Black with #051521

Text Example


Text Example

White with #051521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051521; }

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

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

background-color css

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

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

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

border-color css

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

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

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