Html Css Color HEX #131D21 Black Pearl

📋 copy color: '#131D21'

red 19 ◦ green 29 ◦ blue 33

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

Shades of Black Pearl #131D21

Tints of Black Pearl #131D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.8%

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

R = 23.46%
G = 35.8%
B = 40.74%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131D21 (or 0x131D21) is known color: Black Pearl. HEX triplet: 13, 1D and 21. RGB value is (19,29,33). Sum of RGB (Red+Green+Blue) = 19+29+33=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #131D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D21 is #ECE2DE. Grayscale: #1A1A1A. Windows color (decimal): -15524575 or 2170131. OLE color: 2170131.

HSL color Cylindrical-coordinate representation of color #131D21: hue angle of 197.14º 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 #131D21 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 29 33 -
CMYK 0.42 0.12 0 0.87
HSL 197.14º 0.27% 0.1% -
HSV(B) 197.14º 0.42% 0.13% -
XYZ 0.98 1.13 1.6 -
YUV 26.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 19 29 33 0.42 0.12 0 0.87 197.14 0.27 0.1
Hex 13 1D 21 2A C 0 57 C5 1B A
Octal 23 35 41 52 14 0 127 305 33 12
Binary 10011 11101 100001 101010 1100 0 1010111 11000101 11011 1010

Color Harmonies of #131D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D21

Black with #131D21

Text Example


Text Example

White with #131D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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