#13262B

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

Shades of Black Pearl #13262B

Tints of Black Pearl #13262B

Color information

#13262B (or 0x13262B) is unknown color: approx Black Pearl. HEX triplet: 13, 26 and 2B. RGB value is (19,38,43). Sum of RGB (Red+Green+Blue) = 19+38+43=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #13262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13262B is #ECD9D4. Grayscale: #202020. Windows color (decimal): -15522261 or 2827795. OLE color: 2827795.

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

Color convert

RGB193843-
CMYK0.560.1200.83
HSL192.5º38.71%12.16%-
HSV(B)192.5º55.81%16.86%-
XYZ1.41.72.54-
YUV32.89133.71118.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 43 (17.19% from 255) = 43%
R=19%
G=38%
B=43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1938430.560.1200.83192.538.7112.16
Hex13262B38C053c027c
Octal234653701401233004714
Binary10011100110101011111000110001010011110000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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