Html Css Color HEX #051327 Black Pearl

📋 copy color: '#051327'

red 5 ◦ green 19 ◦ blue 39

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

Shades of Black Pearl #051327

Tints of Black Pearl #051327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

 BLUE value IS 39 (15.63% from 255) = 61.9%

R = 7.94%
G = 30.16%
B = 61.9%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051327 (or 0x051327) is known color: Black Pearl. HEX triplet: 05, 13 and 27. RGB value is (5,19,39). Sum of RGB (Red+Green+Blue) = 5+19+39=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #051327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051327 is #FAECD8. Grayscale: #111111. Windows color (decimal): -16444633 or 2560773. OLE color: 2560773.

HSL color Cylindrical-coordinate representation of color #051327: hue angle of 215.29º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051327 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 19 39 -
CMYK 0.87 0.51 0 0.85
HSL 215.29º 0.77% 0.09% -
HSV(B) 215.29º 0.87% 0.15% -
XYZ 0.66 0.64 2.01 -
YUV 17.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 5 19 39 0.87 0.51 0 0.85 215.29 0.77 0.09
Hex 5 13 27 57 33 0 55 D7 4D 9
Octal 5 23 47 127 63 0 125 327 115 11
Binary 101 10011 100111 1010111 110011 0 1010101 11010111 1001101 1001

Color Harmonies of #051327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051327

Black with #051327

Text Example


Text Example

White with #051327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051327; }

 p { color: rgb(5,19,39); }

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

background-color css

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

 a { background-color: rgb(5,19,39); }

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

border-color css

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

 span { border-color: rgb(5,19,39); }

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