Html Css Color HEX #131820 Black Pearl

📋 copy color: '#131820'

red 19 ◦ green 24 ◦ blue 32

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

Shades of Black Pearl #131820

Tints of Black Pearl #131820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32%

 BLUE value IS 32 (12.89% from 255) = 42.67%

R = 25.33%
G = 32%
B = 42.67%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131820 (or 0x131820) is known color: Black Pearl. HEX triplet: 13, 18 and 20. RGB value is (19,24,32). Sum of RGB (Red+Green+Blue) = 19+24+32=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #131820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131820 is #ECE7DF. Grayscale: #171717. Windows color (decimal): -15525856 or 2103315. OLE color: 2103315.

HSL color Cylindrical-coordinate representation of color #131820: hue angle of 216.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131820 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 24 32 -
CMYK 0.41 0.25 0 0.87
HSL 216.92º 0.25% 0.1% -
HSV(B) 216.92º 0.41% 0.13% -
XYZ 0.86 0.9 1.49 -
YUV 23.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 19 24 32 0.41 0.25 0 0.87 216.92 0.25 0.1
Hex 13 18 20 29 19 0 57 D9 19 A
Octal 23 30 40 51 31 0 127 331 31 12
Binary 10011 11000 100000 101001 11001 0 1010111 11011001 11001 1010

Color Harmonies of #131820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131820

Black with #131820

Text Example


Text Example

White with #131820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131820; }

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

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

background-color css

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

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

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

border-color css

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

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

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