Html Css Color HEX #132125 Black Pearl

📋 copy color: '#132125'

red 19 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #132125

Tints of Black Pearl #132125

RGB

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

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

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

R = 21.35%
G = 37.08%
B = 41.57%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132125 (or 0x132125) is known color: Black Pearl. HEX triplet: 13, 21 and 25. RGB value is (19,33,37). Sum of RGB (Red+Green+Blue) = 19+33+37=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #132125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132125 is #ECDEDA. Grayscale: #1D1D1D. Windows color (decimal): -15523547 or 2433299. OLE color: 2433299.

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

Color convert

RGB 19 33 37 -
CMYK 0.49 0.11 0 0.85
HSL 193.33º 0.32% 0.11% -
HSV(B) 193.33º 0.49% 0.15% -
XYZ 1.15 1.36 1.95 -
YUV 29.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 19 33 37 0.49 0.11 0 0.85 193.33 0.32 0.11
Hex 13 21 25 31 B 0 55 C1 20 B
Octal 23 41 45 61 13 0 125 301 40 13
Binary 10011 100001 100101 110001 1011 0 1010101 11000001 100000 1011

Color Harmonies of #132125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132125

Black with #132125

Text Example


Text Example

White with #132125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132125; }

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

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

background-color css

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

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

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

border-color css

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

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

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