Html Css Color HEX #131B21 Black Pearl

📋 copy color: '#131B21'

red 19 ◦ green 27 ◦ blue 33

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

Shades of Black Pearl #131B21

Tints of Black Pearl #131B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 34.18%

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

R = 24.05%
G = 34.18%
B = 41.77%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131B21 (or 0x131B21) is known color: Black Pearl. HEX triplet: 13, 1B and 21. RGB value is (19,27,33). Sum of RGB (Red+Green+Blue) = 19+27+33=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #131B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B21 is #ECE4DE. Grayscale: #191919. Windows color (decimal): -15525087 or 2169619. OLE color: 2169619.

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

Color convert

RGB 19 27 33 -
CMYK 0.42 0.18 0 0.87
HSL 205.71º 0.27% 0.1% -
HSV(B) 205.71º 0.42% 0.13% -
XYZ 0.94 1.03 1.59 -
YUV 25.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 19 27 33 0.42 0.18 0 0.87 205.71 0.27 0.1
Hex 13 1B 21 2A 12 0 57 CE 1B A
Octal 23 33 41 52 22 0 127 316 33 12
Binary 10011 11011 100001 101010 10010 0 1010111 11001110 11011 1010

Color Harmonies of #131B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B21

Black with #131B21

Text Example


Text Example

White with #131B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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