Html Css Color HEX #131B1C Black Pearl

📋 copy color: '#131B1C'

red 19 ◦ green 27 ◦ blue 28

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

Shades of Black Pearl #131B1C

Tints of Black Pearl #131B1C

RGB

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

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

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

R = 25.68%
G = 36.49%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#131B1C (or 0x131B1C) is known color: Black Pearl. HEX triplet: 13, 1B and 1C. RGB value is (19,27,28). Sum of RGB (Red+Green+Blue) = 19+27+28=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: blue. Hex color #131B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1C is #ECE4E3. Grayscale: #181818. Windows color (decimal): -15525092 or 1841939. OLE color: 1841939.

HSL color Cylindrical-coordinate representation of color #131B1C: hue angle of 186.67º 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 #131B1C is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 28 -
CMYK 0.32 0.04 0 0.89
HSL 186.67º 0.19% 0.09% -
HSV(B) 186.67º 0.32% 0.11% -
XYZ 0.87 1.01 1.25 -
YUV 24.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 19 27 28 0.32 0.04 0 0.89 186.67 0.19 0.09
Hex 13 1B 1C 20 4 0 59 BB 13 9
Octal 23 33 34 40 4 0 131 273 23 11
Binary 10011 11011 11100 100000 100 0 1011001 10111011 10011 1001

Color Harmonies of #131B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B1C

Black with #131B1C

Text Example


Text Example

White with #131B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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