Html Css Color HEX #051721 Black Pearl

📋 copy color: '#051721'

red 5 ◦ green 23 ◦ blue 33

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

Shades of Black Pearl #051721

Tints of Black Pearl #051721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.7%

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

R = 8.2%
G = 37.7%
B = 54.1%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#051721 (or 0x051721) is known color: Black Pearl. HEX triplet: 05, 17 and 21. RGB value is (5,23,33). Sum of RGB (Red+Green+Blue) = 5+23+33=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #051721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051721 is #FAE8DE. Grayscale: #121212. Windows color (decimal): -16443615 or 2168581. OLE color: 2168581.

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

Color convert

RGB 5 23 33 -
CMYK 0.85 0.30 0 0.87
HSL 201.43º 0.74% 0.07% -
HSV(B) 201.43º 0.85% 0.13% -
XYZ 0.64 0.75 1.55 -
YUV 18.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 5 23 33 0.85 0.30 0 0.87 201.43 0.74 0.07
Hex 5 17 21 55 1E 0 57 C9 4A 7
Octal 5 27 41 125 36 0 127 311 112 7
Binary 101 10111 100001 1010101 11110 0 1010111 11001001 1001010 111

Color Harmonies of #051721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051721

Black with #051721

Text Example


Text Example

White with #051721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051721; }

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

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

background-color css

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

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

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

border-color css

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

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

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