Html Css Color HEX #132B31 Black Pearl

📋 copy color: '#132B31'

red 19 ◦ green 43 ◦ blue 49

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

Shades of Black Pearl #132B31

Tints of Black Pearl #132B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.74%

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

R = 17.12%
G = 38.74%
B = 44.14%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132B31 (or 0x132B31) is known color: Black Pearl. HEX triplet: 13, 2B and 31. RGB value is (19,43,49). Sum of RGB (Red+Green+Blue) = 19+43+49=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #132B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B31 is #ECD4CE. Grayscale: #242424. Windows color (decimal): -15520975 or 3222291. OLE color: 3222291.

HSL color Cylindrical-coordinate representation of color #132B31: hue angle of 192º 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 #132B31 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 43 49 -
CMYK 0.61 0.12 0 0.81
HSL 192º 0.44% 0.13% -
HSV(B) 192º 0.61% 0.19% -
XYZ 1.69 2.09 3.22 -
YUV 36.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 19 43 49 0.61 0.12 0 0.81 192 0.44 0.13
Hex 13 2B 31 3D C 0 51 C0 2C D
Octal 23 53 61 75 14 0 121 300 54 15
Binary 10011 101011 110001 111101 1100 0 1010001 11000000 101100 1101

Color Harmonies of #132B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B31

Black with #132B31

Text Example


Text Example

White with #132B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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