Html Css Color HEX #061014 Black Pearl

📋 copy color: '#061014'

red 6 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #061014

Tints of Black Pearl #061014

RGB

 RED value IS 6 (2.73% from 255) = 14.29%

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

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

R = 14.29%
G = 38.1%
B = 47.62%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#061014 (or 0x061014) is known color: Black Pearl. HEX triplet: 06, 10 and 14. RGB value is (6,16,20). Sum of RGB (Red+Green+Blue) = 6+16+20=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #061014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061014 is #F9EFEB. Grayscale: #0D0D0D. Windows color (decimal): -16379884 or 1314822. OLE color: 1314822.

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

Color convert

RGB 6 16 20 -
CMYK 0.70 0.20 0 0.92
HSL 197.14º 0.54% 0.05% -
HSV(B) 197.14º 0.7% 0.08% -
XYZ 0.39 0.46 0.73 -
YUV 13.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 6 16 20 0.70 0.20 0 0.92 197.14 0.54 0.05
Hex 6 10 14 46 14 0 5C C5 36 5
Octal 6 20 24 106 24 0 134 305 66 5
Binary 110 10000 10100 1000110 10100 0 1011100 11000101 110110 101

Color Harmonies of #061014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061014

Black with #061014

Text Example


Text Example

White with #061014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061014; }

 p { color: rgb(6,16,20); }

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

background-color css

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

 a { background-color: rgb(6,16,20); }

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

border-color css

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

 span { border-color: rgb(6,16,20); }

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