Html Css Color HEX #131A1C Black Pearl

📋 copy color: '#131A1C'

red 19 ◦ green 26 ◦ blue 28

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

Shades of Black Pearl #131A1C

Tints of Black Pearl #131A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 35.62%

 BLUE value IS 28 (11.33% from 255) = 38.36%

R = 26.03%
G = 35.62%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#131A1C (or 0x131A1C) is known color: Black Pearl. HEX triplet: 13, 1A and 1C. RGB value is (19,26,28). Sum of RGB (Red+Green+Blue) = 19+26+28=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #131A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A1C is #ECE5E3. Grayscale: #181818. Windows color (decimal): -15525348 or 1841683. OLE color: 1841683.

HSL color Cylindrical-coordinate representation of color #131A1C: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131A1C is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 26 28 -
CMYK 0.32 0.07 0 0.89
HSL 193.33º 0.19% 0.09% -
HSV(B) 193.33º 0.32% 0.11% -
XYZ 0.85 0.96 1.24 -
YUV 24.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 19 26 28 0.32 0.07 0 0.89 193.33 0.19 0.09
Hex 13 1A 1C 20 7 0 59 C1 13 9
Octal 23 32 34 40 7 0 131 301 23 11
Binary 10011 11010 11100 100000 111 0 1011001 11000001 10011 1001

Color Harmonies of #131A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A1C

Black with #131A1C

Text Example


Text Example

White with #131A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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