Html Css Color HEX #051C31 Black Pearl

📋 copy color: '#051C31'

red 5 ◦ green 28 ◦ blue 49

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

Shades of Black Pearl #051C31

Tints of Black Pearl #051C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.15%

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

R = 6.1%
G = 34.15%
B = 59.76%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051C31 (or 0x051C31) is known color: Black Pearl. HEX triplet: 05, 1C and 31. RGB value is (5,28,49). Sum of RGB (Red+Green+Blue) = 5+28+49=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #051C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C31 is #FAE3CE. Grayscale: #171717. Windows color (decimal): -16442319 or 3218437. OLE color: 3218437.

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

Color convert

RGB 5 28 49 -
CMYK 0.90 0.43 0 0.81
HSL 208.64º 0.81% 0.11% -
HSV(B) 208.64º 0.9% 0.19% -
XYZ 1.03 1.08 3.06 -
YUV 23.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 5 28 49 0.90 0.43 0 0.81 208.64 0.81 0.11
Hex 5 1C 31 5A 2B 0 51 D1 51 B
Octal 5 34 61 132 53 0 121 321 121 13
Binary 101 11100 110001 1011010 101011 0 1010001 11010001 1010001 1011

Color Harmonies of #051C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C31

Black with #051C31

Text Example


Text Example

White with #051C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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