Html Css Color HEX #060E18 Black Pearl

📋 copy color: '#060E18'

red 6 ◦ green 14 ◦ blue 24

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

Shades of Black Pearl #060E18

Tints of Black Pearl #060E18

RGB

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

 GREEN value IS 14 (5.86% from 255) = 31.82%

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

R = 13.64%
G = 31.82%
B = 54.55%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#060E18 (or 0x060E18) is known color: Black Pearl. HEX triplet: 06, 0E and 18. RGB value is (6,14,24). Sum of RGB (Red+Green+Blue) = 6+14+24=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #060E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E18 is #F9F1E7. Grayscale: #0C0C0C. Windows color (decimal): -16380392 or 1576454. OLE color: 1576454.

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

Color convert

RGB 6 14 24 -
CMYK 0.75 0.42 0 0.91
HSL 213.33º 0.6% 0.06% -
HSV(B) 213.33º 0.75% 0.09% -
XYZ 0.4 0.42 0.92 -
YUV 12.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 6 14 24 0.75 0.42 0 0.91 213.33 0.6 0.06
Hex 6 E 18 4B 2A 0 5B D5 3C 6
Octal 6 16 30 113 52 0 133 325 74 6
Binary 110 1110 11000 1001011 101010 0 1011011 11010101 111100 110

Color Harmonies of #060E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E18

Black with #060E18

Text Example


Text Example

White with #060E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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