Html Css Color HEX #061012 Black Pearl

📋 copy color: '#061012'

red 6 ◦ green 16 ◦ blue 18

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

Shades of Black Pearl #061012

Tints of Black Pearl #061012

RGB

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

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

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

R = 15%
G = 40%
B = 45%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061012 (or 0x061012) is known color: Black Pearl. HEX triplet: 06, 10 and 12. RGB value is (6,16,18). Sum of RGB (Red+Green+Blue) = 6+16+18=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #061012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061012 is #F9EFED. Grayscale: #0D0D0D. Windows color (decimal): -16379886 or 1183750. OLE color: 1183750.

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

Color convert

RGB 6 16 18 -
CMYK 0.67 0.11 0 0.93
HSL 190º 0.5% 0.05% -
HSV(B) 190º 0.67% 0.07% -
XYZ 0.37 0.45 0.64 -
YUV 13.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 6 16 18 0.67 0.11 0 0.93 190 0.5 0.05
Hex 6 10 12 43 B 0 5D BE 32 5
Octal 6 20 22 103 13 0 135 276 62 5
Binary 110 10000 10010 1000011 1011 0 1011101 10111110 110010 101

Color Harmonies of #061012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061012

Black with #061012

Text Example


Text Example

White with #061012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061012; }

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

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

background-color css

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

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

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

border-color css

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

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

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