Html Css Color HEX #051427 Black Pearl

📋 copy color: '#051427'

red 5 ◦ green 20 ◦ blue 39

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

Shades of Black Pearl #051427

Tints of Black Pearl #051427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

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

R = 7.81%
G = 31.25%
B = 60.94%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051427 (or 0x051427) is known color: Black Pearl. HEX triplet: 05, 14 and 27. RGB value is (5,20,39). Sum of RGB (Red+Green+Blue) = 5+20+39=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #051427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051427 is #FAEBD8. Grayscale: #111111. Windows color (decimal): -16444377 or 2561029. OLE color: 2561029.

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

Color convert

RGB 5 20 39 -
CMYK 0.87 0.49 0 0.85
HSL 213.53º 0.77% 0.09% -
HSV(B) 213.53º 0.87% 0.15% -
XYZ 0.68 0.68 2.01 -
YUV 17.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 5 20 39 0.87 0.49 0 0.85 213.53 0.77 0.09
Hex 5 14 27 57 31 0 55 D6 4D 9
Octal 5 24 47 127 61 0 125 326 115 11
Binary 101 10100 100111 1010111 110001 0 1010101 11010110 1001101 1001

Color Harmonies of #051427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051427

Black with #051427

Text Example


Text Example

White with #051427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051427; }

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

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

background-color css

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

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

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

border-color css

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

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

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