Html Css Color HEX #132128 Black Pearl

📋 copy color: '#132128'

red 19 ◦ green 33 ◦ blue 40

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

Shades of Black Pearl #132128

Tints of Black Pearl #132128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.48%

R = 20.65%
G = 35.87%
B = 43.48%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#132128 (or 0x132128) is known color: Black Pearl. HEX triplet: 13, 21 and 28. RGB value is (19,33,40). Sum of RGB (Red+Green+Blue) = 19+33+40=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #132128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132128 is #ECDED7. Grayscale: #1D1D1D. Windows color (decimal): -15523544 or 2629907. OLE color: 2629907.

HSL color Cylindrical-coordinate representation of color #132128: hue angle of 200º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132128 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 33 40 -
CMYK 0.52 0.17 0 0.84
HSL 200º 0.36% 0.12% -
HSV(B) 200º 0.53% 0.16% -
XYZ 1.2 1.38 2.21 -
YUV 29.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 19 33 40 0.52 0.17 0 0.84 200 0.36 0.12
Hex 13 21 28 34 11 0 54 C8 24 C
Octal 23 41 50 64 21 0 124 310 44 14
Binary 10011 100001 101000 110100 10001 0 1010100 11001000 100100 1100

Color Harmonies of #132128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132128

Black with #132128

Text Example


Text Example

White with #132128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132128; }

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

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

background-color css

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

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

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

border-color css

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

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

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