Html Css Color HEX #051314 Black Pearl

📋 copy color: '#051314'

red 5 ◦ green 19 ◦ blue 20

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

Shades of Black Pearl #051314

Tints of Black Pearl #051314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 45.45%

R = 11.36%
G = 43.18%
B = 45.45%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051314 (or 0x051314) is known color: Black Pearl. HEX triplet: 05, 13 and 14. RGB value is (5,19,20). Sum of RGB (Red+Green+Blue) = 5+19+20=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #051314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051314 is #FAECEB. Grayscale: #0E0E0E. Windows color (decimal): -16444652 or 1315589. OLE color: 1315589.

HSL color Cylindrical-coordinate representation of color #051314: hue angle of 184º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051314 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 19 20 -
CMYK 0.75 0.05 0 0.92
HSL 184º 0.6% 0.05% -
HSV(B) 184º 0.75% 0.08% -
XYZ 0.42 0.55 0.75 -
YUV 14.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 5 19 20 0.75 0.05 0 0.92 184 0.6 0.05
Hex 5 13 14 4B 5 0 5C B8 3C 5
Octal 5 23 24 113 5 0 134 270 74 5
Binary 101 10011 10100 1001011 101 0 1011100 10111000 111100 101

Color Harmonies of #051314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051314

Black with #051314

Text Example


Text Example

White with #051314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051314; }

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

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

background-color css

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

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

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

border-color css

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

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

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