Html Css Color HEX #132529 Black Pearl

📋 copy color: '#132529'

red 19 ◦ green 37 ◦ blue 41

#132529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #132529

Tints of Black Pearl #132529

RGB

 RED value IS 19 (7.81% from 255) = 19.59%

 GREEN value IS 37 (14.84% from 255) = 38.14%

 BLUE value IS 41 (16.41% from 255) = 42.27%

R = 19.59%
G = 38.14%
B = 42.27%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#132529 (or 0x132529) is known color: Black Pearl. HEX triplet: 13, 25 and 29. RGB value is (19,37,41). Sum of RGB (Red+Green+Blue) = 19+37+41=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #132529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132529 is #ECDAD6. Grayscale: #202020. Windows color (decimal): -15522519 or 2696467. OLE color: 2696467.

HSL color Cylindrical-coordinate representation of color #132529: hue angle of 190.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132529 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 37 41 -
CMYK 0.54 0.10 0 0.84
HSL 190.91º 0.37% 0.12% -
HSV(B) 190.91º 0.54% 0.16% -
XYZ 1.33 1.62 2.34 -
YUV 32.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 19 37 41 0.54 0.10 0 0.84 190.91 0.37 0.12
Hex 13 25 29 36 A 0 54 BF 25 C
Octal 23 45 51 66 12 0 124 277 45 14
Binary 10011 100101 101001 110110 1010 0 1010100 10111111 100101 1100

Color Harmonies of #132529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132529

Black with #132529

Text Example


Text Example

White with #132529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132529; }

 p { color: rgb(19,37,41); }

 H1.HeaderClassName
 {
   color: #132529;
 }
 .AnyTagClassName
 {
   color: #132529;
 }
</style>

background-color css

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

 a { background-color: rgb(19,37,41); }

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

border-color css

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

 span { border-color: rgb(19,37,41); }

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