Html Css Color HEX #132325 Black Pearl

📋 copy color: '#132325'

red 19 ◦ green 35 ◦ blue 37

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

Shades of Black Pearl #132325

Tints of Black Pearl #132325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 40.66%

R = 20.88%
G = 38.46%
B = 40.66%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132325 (or 0x132325) is known color: Black Pearl. HEX triplet: 13, 23 and 25. RGB value is (19,35,37). Sum of RGB (Red+Green+Blue) = 19+35+37=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #132325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132325 is #ECDCDA. Grayscale: #1E1E1E. Windows color (decimal): -15523035 or 2433811. OLE color: 2433811.

HSL color Cylindrical-coordinate representation of color #132325: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132325 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 35 37 -
CMYK 0.49 0.05 0 0.85
HSL 186.67º 0.32% 0.11% -
HSV(B) 186.67º 0.49% 0.15% -
XYZ 1.2 1.47 1.97 -
YUV 30.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 19 35 37 0.49 0.05 0 0.85 186.67 0.32 0.11
Hex 13 23 25 31 5 0 55 BB 20 B
Octal 23 43 45 61 5 0 125 273 40 13
Binary 10011 100011 100101 110001 101 0 1010101 10111011 100000 1011

Color Harmonies of #132325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132325

Black with #132325

Text Example


Text Example

White with #132325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132325; }

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

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

background-color css

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

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

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

border-color css

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

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

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