Html Css Color HEX #131C21 Black Pearl

📋 copy color: '#131C21'

red 19 ◦ green 28 ◦ blue 33

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

Shades of Black Pearl #131C21

Tints of Black Pearl #131C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35%

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

R = 23.75%
G = 35%
B = 41.25%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131C21 (or 0x131C21) is known color: Black Pearl. HEX triplet: 13, 1C and 21. RGB value is (19,28,33). Sum of RGB (Red+Green+Blue) = 19+28+33=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 33 - color contains mainly: blue. Hex color #131C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C21 is #ECE3DE. Grayscale: #191919. Windows color (decimal): -15524831 or 2169875. OLE color: 2169875.

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

Color convert

RGB 19 28 33 -
CMYK 0.42 0.15 0 0.87
HSL 201.43º 0.27% 0.1% -
HSV(B) 201.43º 0.42% 0.13% -
XYZ 0.96 1.08 1.6 -
YUV 25.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 19 28 33 0.42 0.15 0 0.87 201.43 0.27 0.1
Hex 13 1C 21 2A F 0 57 C9 1B A
Octal 23 34 41 52 17 0 127 311 33 12
Binary 10011 11100 100001 101010 1111 0 1010111 11001001 11011 1010

Color Harmonies of #131C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C21

Black with #131C21

Text Example


Text Example

White with #131C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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