Html Css Color HEX #061415 Black Pearl

📋 copy color: '#061415'

red 6 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #061415

Tints of Black Pearl #061415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 42.55%

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

R = 12.77%
G = 42.55%
B = 44.68%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#061415 (or 0x061415) is known color: Black Pearl. HEX triplet: 06, 14 and 15. RGB value is (6,20,21). Sum of RGB (Red+Green+Blue) = 6+20+21=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #061415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061415 is #F9EBEA. Grayscale: #0F0F0F. Windows color (decimal): -16378859 or 1381382. OLE color: 1381382.

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

Color convert

RGB 6 20 21 -
CMYK 0.71 0.05 0 0.92
HSL 184º 0.56% 0.05% -
HSV(B) 184º 0.71% 0.08% -
XYZ 0.46 0.59 0.8 -
YUV 15.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 6 20 21 0.71 0.05 0 0.92 184 0.56 0.05
Hex 6 14 15 47 5 0 5C B8 38 5
Octal 6 24 25 107 5 0 134 270 70 5
Binary 110 10100 10101 1000111 101 0 1011100 10111000 111000 101

Color Harmonies of #061415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061415

Black with #061415

Text Example


Text Example

White with #061415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061415; }

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

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

background-color css

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

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

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

border-color css

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

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

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