#13262C

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

Shades of Black Pearl #13262C

Tints of Black Pearl #13262C

Color information

#13262C (or 0x13262C) is unknown color: approx Black Pearl. HEX triplet: 13, 26 and 2C. RGB value is (19,38,44). Sum of RGB (Red+Green+Blue) = 19+38+44=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #13262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13262C is #ECD9D3. Grayscale: #202020. Windows color (decimal): -15522260 or 2893331. OLE color: 2893331.

HSL color Cylindrical-coordinate representation of color #13262C: hue angle of 194.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13262C is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB193844-
CMYK0.570.1400.83
HSL194.4º39.68%12.35%-
HSV(B)194.4º56.82%17.25%-
XYZ1.421.712.64-
YUV33134.21118.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=18.81%
G=37.62%
B=43.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1938440.570.1400.83194.439.6812.35
Hex13262C39E053c228c
Octal234654711601233025014
Binary10011100110101100111001111001010011110000101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,38,44); }

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

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

 a { background-color: rgb(19,38,44); }

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

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

 span { border-color: rgb(19,38,44); }

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