Html Css Color HEX #051D31 Black Pearl

📋 copy color: '#051D31'

red 5 ◦ green 29 ◦ blue 49

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

Shades of Black Pearl #051D31

Tints of Black Pearl #051D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.94%

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

R = 6.02%
G = 34.94%
B = 59.04%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051D31 (or 0x051D31) is known color: Black Pearl. HEX triplet: 05, 1D and 31. RGB value is (5,29,49). Sum of RGB (Red+Green+Blue) = 5+29+49=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #051D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D31 is #FAE2CE. Grayscale: #181818. Windows color (decimal): -16442063 or 3218693. OLE color: 3218693.

HSL color Cylindrical-coordinate representation of color #051D31: hue angle of 207.27º 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 #051D31 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 29 49 -
CMYK 0.90 0.41 0 0.81
HSL 207.27º 0.81% 0.11% -
HSV(B) 207.27º 0.9% 0.19% -
XYZ 1.06 1.13 3.07 -
YUV 24.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 5 29 49 0.90 0.41 0 0.81 207.27 0.81 0.11
Hex 5 1D 31 5A 29 0 51 CF 51 B
Octal 5 35 61 132 51 0 121 317 121 13
Binary 101 11101 110001 1011010 101001 0 1010001 11001111 1010001 1011

Color Harmonies of #051D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D31

Black with #051D31

Text Example


Text Example

White with #051D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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