Html Css Color HEX #051731 Black Pearl

📋 copy color: '#051731'

red 5 ◦ green 23 ◦ blue 49

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

Shades of Black Pearl #051731

Tints of Black Pearl #051731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 63.64%

R = 6.49%
G = 29.87%
B = 63.64%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051731 (or 0x051731) is known color: Black Pearl. HEX triplet: 05, 17 and 31. RGB value is (5,23,49). Sum of RGB (Red+Green+Blue) = 5+23+49=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #051731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051731 is #FAE8CE. Grayscale: #141414. Windows color (decimal): -16443599 or 3217157. OLE color: 3217157.

HSL color Cylindrical-coordinate representation of color #051731: hue angle of 215.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051731 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 23 49 -
CMYK 0.90 0.53 0 0.81
HSL 215.45º 0.81% 0.11% -
HSV(B) 215.45º 0.9% 0.19% -
XYZ 0.92 0.87 3.02 -
YUV 20.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 5 23 49 0.90 0.53 0 0.81 215.45 0.81 0.11
Hex 5 17 31 5A 35 0 51 D7 51 B
Octal 5 27 61 132 65 0 121 327 121 13
Binary 101 10111 110001 1011010 110101 0 1010001 11010111 1010001 1011

Color Harmonies of #051731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051731

Black with #051731

Text Example


Text Example

White with #051731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051731; }

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

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

background-color css

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

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

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

border-color css

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

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

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