Html Css Color HEX #060D18 Black Pearl

📋 copy color: '#060D18'

red 6 ◦ green 13 ◦ blue 24

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

Shades of Black Pearl #060D18

Tints of Black Pearl #060D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 30.23%

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

R = 13.95%
G = 30.23%
B = 55.81%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#060D18 (or 0x060D18) is known color: Black Pearl. HEX triplet: 06, 0D and 18. RGB value is (6,13,24). Sum of RGB (Red+Green+Blue) = 6+13+24=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #060D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D18 is #F9F2E7. Grayscale: #0C0C0C. Windows color (decimal): -16380648 or 1576198. OLE color: 1576198.

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

Color convert

RGB 6 13 24 -
CMYK 0.75 0.46 0 0.91
HSL 216.67º 0.6% 0.06% -
HSV(B) 216.67º 0.75% 0.09% -
XYZ 0.38 0.39 0.92 -
YUV 12.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 6 13 24 0.75 0.46 0 0.91 216.67 0.6 0.06
Hex 6 D 18 4B 2E 0 5B D9 3C 6
Octal 6 15 30 113 56 0 133 331 74 6
Binary 110 1101 11000 1001011 101110 0 1011011 11011001 111100 110

Color Harmonies of #060D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D18

Black with #060D18

Text Example


Text Example

White with #060D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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