Html Css Color HEX #132331 Black Pearl

📋 copy color: '#132331'

red 19 ◦ green 35 ◦ blue 49

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

Shades of Black Pearl #132331

Tints of Black Pearl #132331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.98%

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

R = 18.45%
G = 33.98%
B = 47.57%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132331 (or 0x132331) is known color: Black Pearl. HEX triplet: 13, 23 and 31. RGB value is (19,35,49). Sum of RGB (Red+Green+Blue) = 19+35+49=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #132331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132331 is #ECDCCE. Grayscale: #1F1F1F. Windows color (decimal): -15523023 or 3220243. OLE color: 3220243.

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

Color convert

RGB 19 35 49 -
CMYK 0.61 0.29 0 0.81
HSL 208º 0.44% 0.13% -
HSV(B) 208º 0.61% 0.19% -
XYZ 1.42 1.56 3.13 -
YUV 31.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 19 35 49 0.61 0.29 0 0.81 208 0.44 0.13
Hex 13 23 31 3D 1D 0 51 D0 2C D
Octal 23 43 61 75 35 0 121 320 54 15
Binary 10011 100011 110001 111101 11101 0 1010001 11010000 101100 1101

Color Harmonies of #132331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132331

Black with #132331

Text Example


Text Example

White with #132331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132331; }

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

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

background-color css

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

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

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

border-color css

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

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

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