Html Css Color HEX #132224 Black Pearl

📋 copy color: '#132224'

red 19 ◦ green 34 ◦ blue 36

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

Shades of Black Pearl #132224

Tints of Black Pearl #132224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

 BLUE value IS 36 (14.45% from 255) = 40.45%

R = 21.35%
G = 38.2%
B = 40.45%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#132224 (or 0x132224) is known color: Black Pearl. HEX triplet: 13, 22 and 24. RGB value is (19,34,36). Sum of RGB (Red+Green+Blue) = 19+34+36=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #132224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132224 is #ECDDDB. Grayscale: #1D1D1D. Windows color (decimal): -15523292 or 2368019. OLE color: 2368019.

HSL color Cylindrical-coordinate representation of color #132224: hue angle of 187.06º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132224 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 34 36 -
CMYK 0.47 0.06 0 0.86
HSL 187.06º 0.31% 0.11% -
HSV(B) 187.06º 0.47% 0.14% -
XYZ 1.16 1.41 1.88 -
YUV 29.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 19 34 36 0.47 0.06 0 0.86 187.06 0.31 0.11
Hex 13 22 24 2F 6 0 56 BB 1F B
Octal 23 42 44 57 6 0 126 273 37 13
Binary 10011 100010 100100 101111 110 0 1010110 10111011 11111 1011

Color Harmonies of #132224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132224

Black with #132224

Text Example


Text Example

White with #132224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132224; }

 p { color: rgb(19,34,36); }

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

background-color css

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

 a { background-color: rgb(19,34,36); }

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

border-color css

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

 span { border-color: rgb(19,34,36); }

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