Html Css Color HEX #132231 Black Pearl

📋 copy color: '#132231'

red 19 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #132231

Tints of Black Pearl #132231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.33%

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

R = 18.63%
G = 33.33%
B = 48.04%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132231 (or 0x132231) is known color: Black Pearl. HEX triplet: 13, 22 and 31. RGB value is (19,34,49). Sum of RGB (Red+Green+Blue) = 19+34+49=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #132231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132231 is #ECDDCE. Grayscale: #1F1F1F. Windows color (decimal): -15523279 or 3219987. OLE color: 3219987.

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

Color convert

RGB 19 34 49 -
CMYK 0.61 0.31 0 0.81
HSL 210º 0.44% 0.13% -
HSV(B) 210º 0.61% 0.19% -
XYZ 1.39 1.5 3.12 -
YUV 31.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 19 34 49 0.61 0.31 0 0.81 210 0.44 0.13
Hex 13 22 31 3D 1F 0 51 D2 2C D
Octal 23 42 61 75 37 0 121 322 54 15
Binary 10011 100010 110001 111101 11111 0 1010001 11010010 101100 1101

Color Harmonies of #132231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132231

Black with #132231

Text Example


Text Example

White with #132231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132231; }

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

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

background-color css

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

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

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

border-color css

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

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

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