Html Css Color HEX #132131 Black Pearl

📋 copy color: '#132131'

red 19 ◦ green 33 ◦ blue 49

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

Shades of Black Pearl #132131

Tints of Black Pearl #132131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.67%

 BLUE value IS 49 (19.53% from 255) = 48.51%

R = 18.81%
G = 32.67%
B = 48.51%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132131 (or 0x132131) is known color: Black Pearl. HEX triplet: 13, 21 and 31. RGB value is (19,33,49). Sum of RGB (Red+Green+Blue) = 19+33+49=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #132131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132131 is #ECDECE. Grayscale: #1E1E1E. Windows color (decimal): -15523535 or 3219731. OLE color: 3219731.

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

Color convert

RGB 19 33 49 -
CMYK 0.61 0.33 0 0.81
HSL 212º 0.44% 0.13% -
HSV(B) 212º 0.61% 0.19% -
XYZ 1.37 1.45 3.11 -
YUV 30.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 19 33 49 0.61 0.33 0 0.81 212 0.44 0.13
Hex 13 21 31 3D 21 0 51 D4 2C D
Octal 23 41 61 75 41 0 121 324 54 15
Binary 10011 100001 110001 111101 100001 0 1010001 11010100 101100 1101

Color Harmonies of #132131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132131

Black with #132131

Text Example


Text Example

White with #132131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132131; }

 p { color: rgb(19,33,49); }

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

background-color css

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

 a { background-color: rgb(19,33,49); }

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

border-color css

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

 span { border-color: rgb(19,33,49); }

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