#06181C

Color #06181C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #06181C

Tints of Black Pearl #06181C

Color information

#06181C (or 0x06181C) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 1C. RGB value is (6,24,28). Sum of RGB (Red+Green+Blue) = 6+24+28=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #06181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181C is #F9E7E3. Grayscale: #131313. Windows color (decimal): -16377828 or 1841158. OLE color: 1841158.

HSL color Cylindrical-coordinate representation of color #06181C: hue angle of 190.91º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06181C is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62428-
CMYK0.790.1400.89
HSL190.91º64.71%6.67%-
HSV(B)190.91º78.57%10.98%-
XYZ0.610.781.22-
YUV19.07133.04118.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 24 (9.77% from 255) = 41.38%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=10.34%
G=41.38%
B=48.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal624280.790.1400.89190.9164.716.67
Hex6181C4FE059bf417
Octal630341171601312771017
Binary11011000111001001111111001011001101111111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06181C; }

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

 H1.HeaderClassName
 {
   color: #06181C;
 }
 .AnyTagClassName
 {
   color: #06181C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #06181C;
 }
 .BgClassName
 {
   background-color: #06181C;
 }
</style>
border-color css

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

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

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