Html Css Color HEX #061018 Black Pearl

📋 copy color: '#061018'

red 6 ◦ green 16 ◦ blue 24

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

Shades of Black Pearl #061018

Tints of Black Pearl #061018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 34.78%

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

R = 13.04%
G = 34.78%
B = 52.17%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061018 (or 0x061018) is known color: Black Pearl. HEX triplet: 06, 10 and 18. RGB value is (6,16,24). Sum of RGB (Red+Green+Blue) = 6+16+24=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #061018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061018 is #F9EFE7. Grayscale: #0D0D0D. Windows color (decimal): -16379880 or 1576966. OLE color: 1576966.

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

Color convert

RGB 6 16 24 -
CMYK 0.75 0.33 0 0.91
HSL 206.67º 0.6% 0.06% -
HSV(B) 206.67º 0.75% 0.09% -
XYZ 0.43 0.48 0.93 -
YUV 13.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 6 16 24 0.75 0.33 0 0.91 206.67 0.6 0.06
Hex 6 10 18 4B 21 0 5B CF 3C 6
Octal 6 20 30 113 41 0 133 317 74 6
Binary 110 10000 11000 1001011 100001 0 1011011 11001111 111100 110

Color Harmonies of #061018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061018

Black with #061018

Text Example


Text Example

White with #061018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061018; }

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

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

background-color css

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

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

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

border-color css

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

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

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