Html Css Color HEX #061118 Black Pearl

📋 copy color: '#061118'

red 6 ◦ green 17 ◦ blue 24

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

Shades of Black Pearl #061118

Tints of Black Pearl #061118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.17%

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

R = 12.77%
G = 36.17%
B = 51.06%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061118 (or 0x061118) is known color: Black Pearl. HEX triplet: 06, 11 and 18. RGB value is (6,17,24). Sum of RGB (Red+Green+Blue) = 6+17+24=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #061118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061118 is #F9EEE7. Grayscale: #0E0E0E. Windows color (decimal): -16379624 or 1577222. OLE color: 1577222.

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

Color convert

RGB 6 17 24 -
CMYK 0.75 0.29 0 0.91
HSL 203.33º 0.6% 0.06% -
HSV(B) 203.33º 0.75% 0.09% -
XYZ 0.44 0.51 0.94 -
YUV 14.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 6 17 24 0.75 0.29 0 0.91 203.33 0.6 0.06
Hex 6 11 18 4B 1D 0 5B CB 3C 6
Octal 6 21 30 113 35 0 133 313 74 6
Binary 110 10001 11000 1001011 11101 0 1011011 11001011 111100 110

Color Harmonies of #061118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061118

Black with #061118

Text Example


Text Example

White with #061118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061118; }

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

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

background-color css

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

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

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

border-color css

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

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

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