#012631

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

Shades of Black Pearl #012631

Tints of Black Pearl #012631

Color information

#012631 (or 0x012631) is unknown color: approx Black Pearl. HEX triplet: 01, 26 and 31. RGB value is (1,38,49). Sum of RGB (Red+Green+Blue) = 1+38+49=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #012631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012631 is #FED9CE. Grayscale: #1C1C1C. Windows color (decimal): -16701903 or 3220993. OLE color: 3220993.

HSL color Cylindrical-coordinate representation of color #012631: hue angle of 193.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012631 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13849-
CMYK0.980.2200.81
HSL193.75º96%9.8%-
HSV(B)193.75º97.96%19.22%-
XYZ1.261.613.15-
YUV28.19139.74108.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=1.14%
G=43.18%
B=55.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal138490.980.2200.81193.75969.8
Hex126316216051c260a
Octal1466114226012130214012
Binary1100110110001110001010110010100011100001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012631; }

 p { color: rgb(1,38,49); }

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

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

 a { background-color: rgb(1,38,49); }

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

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

 span { border-color: rgb(1,38,49); }

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