Html Css Color HEX #131C1F Black Pearl

📋 copy color: '#131C1F'

red 19 ◦ green 28 ◦ blue 31

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

Shades of Black Pearl #131C1F

Tints of Black Pearl #131C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 39.74%

R = 24.36%
G = 35.9%
B = 39.74%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#131C1F (or 0x131C1F) is known color: Black Pearl. HEX triplet: 13, 1C and 1F. RGB value is (19,28,31). Sum of RGB (Red+Green+Blue) = 19+28+31=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #131C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C1F is #ECE3E0. Grayscale: #191919. Windows color (decimal): -15524833 or 2038803. OLE color: 2038803.

HSL color Cylindrical-coordinate representation of color #131C1F: hue angle of 195º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131C1F is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 28 31 -
CMYK 0.39 0.10 0 0.88
HSL 195º 0.24% 0.1% -
HSV(B) 195º 0.39% 0.12% -
XYZ 0.93 1.07 1.45 -
YUV 25.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 19 28 31 0.39 0.10 0 0.88 195 0.24 0.1
Hex 13 1C 1F 27 A 0 58 C3 18 A
Octal 23 34 37 47 12 0 130 303 30 12
Binary 10011 11100 11111 100111 1010 0 1011000 11000011 11000 1010

Color Harmonies of #131C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C1F

Black with #131C1F

Text Example


Text Example

White with #131C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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