#06131A

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

Shades of Black Pearl #06131A

Tints of Black Pearl #06131A

Color information

#06131A (or 0x06131A) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 1A. RGB value is (6,19,26). Sum of RGB (Red+Green+Blue) = 6+19+26=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #06131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131A is #F9ECE5. Grayscale: #0F0F0F. Windows color (decimal): -16379110 or 1708806. OLE color: 1708806.

HSL color Cylindrical-coordinate representation of color #06131A: hue angle of 201º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06131A is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB61926-
CMYK0.770.2700.90
HSL201º62.5%6.27%-
HSV(B)201º76.92%10.2%-
XYZ0.490.581.06-
YUV15.91133.69120.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=11.76%
G=37.25%
B=50.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal619260.770.2700.9020162.56.27
Hex6131A4D1B05Ac93e6
Octal62332115330132311766
Binary11010011110101001101110110101101011001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06131A; }

 p { color: rgb(6,19,26); }

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

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

 a { background-color: rgb(6,19,26); }

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

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

 span { border-color: rgb(6,19,26); }

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