Html Css Color HEX #132326 Black Pearl

📋 copy color: '#132326'

red 19 ◦ green 35 ◦ blue 38

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

Shades of Black Pearl #132326

Tints of Black Pearl #132326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 41.3%

R = 20.65%
G = 38.04%
B = 41.3%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132326 (or 0x132326) is known color: Black Pearl. HEX triplet: 13, 23 and 26. RGB value is (19,35,38). Sum of RGB (Red+Green+Blue) = 19+35+38=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #132326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132326 is #ECDCD9. Grayscale: #1E1E1E. Windows color (decimal): -15523034 or 2499347. OLE color: 2499347.

HSL color Cylindrical-coordinate representation of color #132326: hue angle of 189.47º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132326 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 35 38 -
CMYK 0.50 0.08 0 0.85
HSL 189.47º 0.33% 0.11% -
HSV(B) 189.47º 0.5% 0.15% -
XYZ 1.22 1.48 2.06 -
YUV 30.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 19 35 38 0.50 0.08 0 0.85 189.47 0.33 0.11
Hex 13 23 26 32 8 0 55 BD 21 B
Octal 23 43 46 62 10 0 125 275 41 13
Binary 10011 100011 100110 110010 1000 0 1010101 10111101 100001 1011

Color Harmonies of #132326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132326

Black with #132326

Text Example


Text Example

White with #132326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132326; }

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

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

background-color css

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

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

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

border-color css

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

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

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