Html Css Color HEX #051214 Black Pearl

📋 copy color: '#051214'

red 5 ◦ green 18 ◦ blue 20

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

Shades of Black Pearl #051214

Tints of Black Pearl #051214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

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

R = 11.63%
G = 41.86%
B = 46.51%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#051214 (or 0x051214) is known color: Black Pearl. HEX triplet: 05, 12 and 14. RGB value is (5,18,20). Sum of RGB (Red+Green+Blue) = 5+18+20=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #051214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051214 is #FAEDEB. Grayscale: #0E0E0E. Windows color (decimal): -16444908 or 1315333. OLE color: 1315333.

HSL color Cylindrical-coordinate representation of color #051214: hue angle of 188º 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 #051214 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 18 20 -
CMYK 0.75 0.10 0 0.92
HSL 188º 0.6% 0.05% -
HSV(B) 188º 0.75% 0.08% -
XYZ 0.41 0.52 0.74 -
YUV 14.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 5 18 20 0.75 0.10 0 0.92 188 0.6 0.05
Hex 5 12 14 4B A 0 5C BC 3C 5
Octal 5 22 24 113 12 0 134 274 74 5
Binary 101 10010 10100 1001011 1010 0 1011100 10111100 111100 101

Color Harmonies of #051214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051214

Black with #051214

Text Example


Text Example

White with #051214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051214; }

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

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

background-color css

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

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

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

border-color css

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

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

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