Html Css Color HEX #051318 Black Pearl

📋 copy color: '#051318'

red 5 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #051318

Tints of Black Pearl #051318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 39.58%

 BLUE value IS 24 (9.77% from 255) = 50%

R = 10.42%
G = 39.58%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#051318 (or 0x051318) is known color: Black Pearl. HEX triplet: 05, 13 and 18. RGB value is (5,19,24). Sum of RGB (Red+Green+Blue) = 5+19+24=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #051318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051318 is #FAECE7. Grayscale: #0F0F0F. Windows color (decimal): -16444648 or 1577733. OLE color: 1577733.

HSL color Cylindrical-coordinate representation of color #051318: hue angle of 195.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #051318 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 19 24 -
CMYK 0.79 0.21 0 0.91
HSL 195.79º 0.66% 0.06% -
HSV(B) 195.79º 0.79% 0.09% -
XYZ 0.46 0.56 0.95 -
YUV 15.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 5 19 24 0.79 0.21 0 0.91 195.79 0.66 0.06
Hex 5 13 18 4F 15 0 5B C4 42 6
Octal 5 23 30 117 25 0 133 304 102 6
Binary 101 10011 11000 1001111 10101 0 1011011 11000100 1000010 110

Color Harmonies of #051318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051318

Black with #051318

Text Example


Text Example

White with #051318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051318; }

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

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

background-color css

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

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

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

border-color css

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

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

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