Html Css Color HEX #061215 Black Pearl

📋 copy color: '#061215'

red 6 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #061215

Tints of Black Pearl #061215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 46.67%

R = 13.33%
G = 40%
B = 46.67%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#061215 (or 0x061215) is known color: Black Pearl. HEX triplet: 06, 12 and 15. RGB value is (6,18,21). Sum of RGB (Red+Green+Blue) = 6+18+21=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #061215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061215 is #F9EDEA. Grayscale: #0E0E0E. Windows color (decimal): -16379371 or 1380870. OLE color: 1380870.

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

Color convert

RGB 6 18 21 -
CMYK 0.71 0.14 0 0.92
HSL 192º 0.56% 0.05% -
HSV(B) 192º 0.71% 0.08% -
XYZ 0.43 0.53 0.79 -
YUV 14.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 6 18 21 0.71 0.14 0 0.92 192 0.56 0.05
Hex 6 12 15 47 E 0 5C C0 38 5
Octal 6 22 25 107 16 0 134 300 70 5
Binary 110 10010 10101 1000111 1110 0 1011100 11000000 111000 101

Color Harmonies of #061215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061215

Black with #061215

Text Example


Text Example

White with #061215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061215; }

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

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

background-color css

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

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

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

border-color css

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

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

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