Html Css Color HEX #061518 Black Pearl

📋 copy color: '#061518'

red 6 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #061518

Tints of Black Pearl #061518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 41.18%

 BLUE value IS 24 (9.77% from 255) = 47.06%

R = 11.76%
G = 41.18%
B = 47.06%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061518 (or 0x061518) is known color: Black Pearl. HEX triplet: 06, 15 and 18. RGB value is (6,21,24). Sum of RGB (Red+Green+Blue) = 6+21+24=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #061518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061518 is #F9EAE7. Grayscale: #101010. Windows color (decimal): -16378600 or 1578246. OLE color: 1578246.

HSL color Cylindrical-coordinate representation of color #061518: hue angle of 190º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #061518 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 21 24 -
CMYK 0.75 0.13 0 0.91
HSL 190º 0.6% 0.06% -
HSV(B) 190º 0.75% 0.09% -
XYZ 0.51 0.64 0.96 -
YUV 16.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 6 21 24 0.75 0.13 0 0.91 190 0.6 0.06
Hex 6 15 18 4B D 0 5B BE 3C 6
Octal 6 25 30 113 15 0 133 276 74 6
Binary 110 10101 11000 1001011 1101 0 1011011 10111110 111100 110

Color Harmonies of #061518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061518

Black with #061518

Text Example


Text Example

White with #061518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061518; }

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

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

background-color css

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

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

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

border-color css

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

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

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