Html Css Color HEX #051012 Black Pearl

📋 copy color: '#051012'

red 5 ◦ green 16 ◦ blue 18

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

Shades of Black Pearl #051012

Tints of Black Pearl #051012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 12.82%
G = 41.03%
B = 46.15%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#051012 (or 0x051012) is known color: Black Pearl. HEX triplet: 05, 10 and 12. RGB value is (5,16,18). Sum of RGB (Red+Green+Blue) = 5+16+18=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #051012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051012 is #FAEFED. Grayscale: #0C0C0C. Windows color (decimal): -16445422 or 1183749. OLE color: 1183749.

HSL color Cylindrical-coordinate representation of color #051012: hue angle of 189.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051012 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 16 18 -
CMYK 0.72 0.11 0 0.93
HSL 189.23º 0.57% 0.05% -
HSV(B) 189.23º 0.72% 0.07% -
XYZ 0.36 0.45 0.64 -
YUV 12.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 5 16 18 0.72 0.11 0 0.93 189.23 0.57 0.05
Hex 5 10 12 48 B 0 5D BD 39 5
Octal 5 20 22 110 13 0 135 275 71 5
Binary 101 10000 10010 1001000 1011 0 1011101 10111101 111001 101

Color Harmonies of #051012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051012

Black with #051012

Text Example


Text Example

White with #051012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051012; }

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

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

background-color css

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

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

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

border-color css

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

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

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