Html Css Color HEX #131C26 Black Pearl

📋 copy color: '#131C26'

red 19 ◦ green 28 ◦ blue 38

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

Shades of Black Pearl #131C26

Tints of Black Pearl #131C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 44.71%

R = 22.35%
G = 32.94%
B = 44.71%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131C26 (or 0x131C26) is known color: Black Pearl. HEX triplet: 13, 1C and 26. RGB value is (19,28,38). Sum of RGB (Red+Green+Blue) = 19+28+38=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #131C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C26 is #ECE3D9. Grayscale: #1A1A1A. Windows color (decimal): -15524826 or 2497555. OLE color: 2497555.

HSL color Cylindrical-coordinate representation of color #131C26: hue angle of 211.58º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131C26 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 28 38 -
CMYK 0.50 0.26 0 0.85
HSL 211.58º 0.33% 0.11% -
HSV(B) 211.58º 0.5% 0.15% -
XYZ 1.03 1.11 1.99 -
YUV 26.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 19 28 38 0.50 0.26 0 0.85 211.58 0.33 0.11
Hex 13 1C 26 32 1A 0 55 D4 21 B
Octal 23 34 46 62 32 0 125 324 41 13
Binary 10011 11100 100110 110010 11010 0 1010101 11010100 100001 1011

Color Harmonies of #131C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C26

Black with #131C26

Text Example


Text Example

White with #131C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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