#132B2F

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

Shades of Black Pearl #132B2F

Tints of Black Pearl #132B2F

Color information

#132B2F (or 0x132B2F) is unknown color: approx Black Pearl. HEX triplet: 13, 2B and 2F. RGB value is (19,43,47). Sum of RGB (Red+Green+Blue) = 19+43+47=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #132B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2F is #ECD4D0. Grayscale: #242424. Windows color (decimal): -15520977 or 3091219. OLE color: 3091219.

HSL color Cylindrical-coordinate representation of color #132B2F: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132B2F is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB194347-
CMYK0.600.0900.82
HSL188.57º42.42%12.94%-
HSV(B)188.57º59.57%18.43%-
XYZ1.652.073-
YUV36.28134.05115.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 43 (17.19% from 255) = 39.45%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=17.43%
G=39.45%
B=43.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1943470.600.0900.82188.5742.4212.94
Hex132B2F3C9052bd2ad
Octal235357741101222755215
Binary10011101011101111111100100101010010101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B2F; }

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

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

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

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

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

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

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

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