Html Css Color HEX #061418 Black Pearl

📋 copy color: '#061418'

red 6 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #061418

Tints of Black Pearl #061418

RGB

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

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

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

R = 12%
G = 40%
B = 48%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061418 (or 0x061418) is known color: Black Pearl. HEX triplet: 06, 14 and 18. RGB value is (6,20,24). Sum of RGB (Red+Green+Blue) = 6+20+24=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #061418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061418 is #F9EBE7. Grayscale: #101010. Windows color (decimal): -16378856 or 1577990. OLE color: 1577990.

HSL color Cylindrical-coordinate representation of color #061418: hue angle of 193.33º 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 #061418 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 20 24 -
CMYK 0.75 0.17 0 0.91
HSL 193.33º 0.6% 0.06% -
HSV(B) 193.33º 0.75% 0.09% -
XYZ 0.49 0.6 0.96 -
YUV 16.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 6 20 24 0.75 0.17 0 0.91 193.33 0.6 0.06
Hex 6 14 18 4B 11 0 5B C1 3C 6
Octal 6 24 30 113 21 0 133 301 74 6
Binary 110 10100 11000 1001011 10001 0 1011011 11000001 111100 110

Color Harmonies of #061418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061418

Black with #061418

Text Example


Text Example

White with #061418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061418; }

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

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

background-color css

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

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

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

border-color css

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

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

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