Html Css Color HEX #132025 Black Pearl

📋 copy color: '#132025'

red 19 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #132025

Tints of Black Pearl #132025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.36%

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

R = 21.59%
G = 36.36%
B = 42.05%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132025 (or 0x132025) is known color: Black Pearl. HEX triplet: 13, 20 and 25. RGB value is (19,32,37). Sum of RGB (Red+Green+Blue) = 19+32+37=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #132025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132025 is #ECDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15523803 or 2433043. OLE color: 2433043.

HSL color Cylindrical-coordinate representation of color #132025: hue angle of 196.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 #132025 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 32 37 -
CMYK 0.49 0.14 0 0.85
HSL 196.67º 0.32% 0.11% -
HSV(B) 196.67º 0.49% 0.15% -
XYZ 1.12 1.31 1.94 -
YUV 28.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 19 32 37 0.49 0.14 0 0.85 196.67 0.32 0.11
Hex 13 20 25 31 E 0 55 C5 20 B
Octal 23 40 45 61 16 0 125 305 40 13
Binary 10011 100000 100101 110001 1110 0 1010101 11000101 100000 1011

Color Harmonies of #132025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132025

Black with #132025

Text Example


Text Example

White with #132025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132025; }

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

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

background-color css

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

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

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

border-color css

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

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

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