#06181F

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

Shades of Black Pearl #06181F

Tints of Black Pearl #06181F

Color information

#06181F (or 0x06181F) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 1F. RGB value is (6,24,31). Sum of RGB (Red+Green+Blue) = 6+24+31=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #06181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181F is #F9E7E0. Grayscale: #131313. Windows color (decimal): -16377825 or 2037766. OLE color: 2037766.

HSL color Cylindrical-coordinate representation of color #06181F: hue angle of 196.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06181F is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62431-
CMYK0.810.2300.88
HSL196.8º67.57%7.25%-
HSV(B)196.8º80.65%12.16%-
XYZ0.650.791.41-
YUV19.42134.54118.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=9.84%
G=39.34%
B=50.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal624310.810.2300.88196.867.577.25
Hex6181F5117058c5447
Octal630371212701303051047
Binary110110001111110100011011101011000110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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