Html Css Color HEX #131921 Black Pearl

📋 copy color: '#131921'

red 19 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #131921

Tints of Black Pearl #131921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.47%

 BLUE value IS 33 (13.28% from 255) = 42.86%

R = 24.68%
G = 32.47%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131921 (or 0x131921) is known color: Black Pearl. HEX triplet: 13, 19 and 21. RGB value is (19,25,33). Sum of RGB (Red+Green+Blue) = 19+25+33=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #131921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131921 is #ECE6DE. Grayscale: #181818. Windows color (decimal): -15525599 or 2169107. OLE color: 2169107.

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

Color convert

RGB 19 25 33 -
CMYK 0.42 0.24 0 0.87
HSL 214.29º 0.27% 0.1% -
HSV(B) 214.29º 0.42% 0.13% -
XYZ 0.89 0.94 1.57 -
YUV 24.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 19 25 33 0.42 0.24 0 0.87 214.29 0.27 0.1
Hex 13 19 21 2A 18 0 57 D6 1B A
Octal 23 31 41 52 30 0 127 326 33 12
Binary 10011 11001 100001 101010 11000 0 1010111 11010110 11011 1010

Color Harmonies of #131921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131921

Black with #131921

Text Example


Text Example

White with #131921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131921; }

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

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

background-color css

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

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

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

border-color css

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

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

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