Html Css Color HEX #132731 Black Pearl

📋 copy color: '#132731'

red 19 ◦ green 39 ◦ blue 49

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

Shades of Black Pearl #132731

Tints of Black Pearl #132731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.45%

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

R = 17.76%
G = 36.45%
B = 45.79%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132731 (or 0x132731) is known color: Black Pearl. HEX triplet: 13, 27 and 31. RGB value is (19,39,49). Sum of RGB (Red+Green+Blue) = 19+39+49=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #132731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132731 is #ECD8CE. Grayscale: #222222. Windows color (decimal): -15521999 or 3221267. OLE color: 3221267.

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

Color convert

RGB 19 39 49 -
CMYK 0.61 0.20 0 0.81
HSL 200º 0.44% 0.13% -
HSV(B) 200º 0.61% 0.19% -
XYZ 1.55 1.81 3.17 -
YUV 34.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 19 39 49 0.61 0.20 0 0.81 200 0.44 0.13
Hex 13 27 31 3D 14 0 51 C8 2C D
Octal 23 47 61 75 24 0 121 310 54 15
Binary 10011 100111 110001 111101 10100 0 1010001 11001000 101100 1101

Color Harmonies of #132731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132731

Black with #132731

Text Example


Text Example

White with #132731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132731; }

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

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

background-color css

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

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

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

border-color css

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

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

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