#122631

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

Shades of Black Pearl #122631

Tints of Black Pearl #122631

Color information

#122631 (or 0x122631) is unknown color: approx Black Pearl. HEX triplet: 12, 26 and 31. RGB value is (18,38,49). Sum of RGB (Red+Green+Blue) = 18+38+49=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #122631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122631 is #EDD9CE. Grayscale: #212121. Windows color (decimal): -15587791 or 3221010. OLE color: 3221010.

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

Color convert

RGB183849-
CMYK0.630.2200.81
HSL201.29º46.27%13.14%-
HSV(B)201.29º63.27%19.22%-
XYZ1.51.743.16-
YUV33.27136.87117.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=17.14%
G=36.19%
B=46.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1838490.630.2200.81201.2946.2713.14
Hex1226313F16051c92ed
Octal224661772601213115615
Binary100101001101100011111111011001010001110010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122631; }

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

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

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

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

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

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

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

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