Html Css Color HEX #051831 Black Pearl

📋 copy color: '#051831'

red 5 ◦ green 24 ◦ blue 49

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

Shades of Black Pearl #051831

Tints of Black Pearl #051831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.77%

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

R = 6.41%
G = 30.77%
B = 62.82%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051831 (or 0x051831) is known color: Black Pearl. HEX triplet: 05, 18 and 31. RGB value is (5,24,49). Sum of RGB (Red+Green+Blue) = 5+24+49=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #051831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051831 is #FAE7CE. Grayscale: #151515. Windows color (decimal): -16443343 or 3217413. OLE color: 3217413.

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

Color convert

RGB 5 24 49 -
CMYK 0.90 0.51 0 0.81
HSL 214.09º 0.81% 0.11% -
HSV(B) 214.09º 0.9% 0.19% -
XYZ 0.94 0.91 3.03 -
YUV 21.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 5 24 49 0.90 0.51 0 0.81 214.09 0.81 0.11
Hex 5 18 31 5A 33 0 51 D6 51 B
Octal 5 30 61 132 63 0 121 326 121 13
Binary 101 11000 110001 1011010 110011 0 1010001 11010110 1010001 1011

Color Harmonies of #051831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051831

Black with #051831

Text Example


Text Example

White with #051831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051831; }

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

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

background-color css

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

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

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

border-color css

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

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

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