Html Css Color HEX #132328 Black Pearl

📋 copy color: '#132328'

red 19 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #132328

Tints of Black Pearl #132328

RGB

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

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

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

R = 20.21%
G = 37.23%
B = 42.55%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#132328 (or 0x132328) is known color: Black Pearl. HEX triplet: 13, 23 and 28. RGB value is (19,35,40). Sum of RGB (Red+Green+Blue) = 19+35+40=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #132328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132328 is #ECDCD7. Grayscale: #1E1E1E. Windows color (decimal): -15523032 or 2630419. OLE color: 2630419.

HSL color Cylindrical-coordinate representation of color #132328: hue angle of 194.29º 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 #132328 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 35 40 -
CMYK 0.52 0.12 0 0.84
HSL 194.29º 0.36% 0.12% -
HSV(B) 194.29º 0.53% 0.16% -
XYZ 1.25 1.49 2.23 -
YUV 30.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 19 35 40 0.52 0.12 0 0.84 194.29 0.36 0.12
Hex 13 23 28 34 C 0 54 C2 24 C
Octal 23 43 50 64 14 0 124 302 44 14
Binary 10011 100011 101000 110100 1100 0 1010100 11000010 100100 1100

Color Harmonies of #132328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132328

Black with #132328

Text Example


Text Example

White with #132328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132328; }

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

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

background-color css

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

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

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

border-color css

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

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

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