Html Css Color HEX #132024 Black Pearl

📋 copy color: '#132024'

red 19 ◦ green 32 ◦ blue 36

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

Shades of Black Pearl #132024

Tints of Black Pearl #132024

RGB

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

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

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

R = 21.84%
G = 36.78%
B = 41.38%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#132024 (or 0x132024) is known color: Black Pearl. HEX triplet: 13, 20 and 24. RGB value is (19,32,36). Sum of RGB (Red+Green+Blue) = 19+32+36=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 36 - color contains mainly: blue. Hex color #132024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132024 is #ECDFDB. Grayscale: #1C1C1C. Windows color (decimal): -15523804 or 2367507. OLE color: 2367507.

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

Color convert

RGB 19 32 36 -
CMYK 0.47 0.11 0 0.86
HSL 194.12º 0.31% 0.11% -
HSV(B) 194.12º 0.47% 0.14% -
XYZ 1.1 1.3 1.86 -
YUV 28.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 19 32 36 0.47 0.11 0 0.86 194.12 0.31 0.11
Hex 13 20 24 2F B 0 56 C2 1F B
Octal 23 40 44 57 13 0 126 302 37 13
Binary 10011 100000 100100 101111 1011 0 1010110 11000010 11111 1011

Color Harmonies of #132024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132024

Black with #132024

Text Example


Text Example

White with #132024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132024; }

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

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

background-color css

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

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

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

border-color css

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

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

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