Html Css Color HEX #131A25 Black Pearl

📋 copy color: '#131A25'

red 19 ◦ green 26 ◦ blue 37

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

Shades of Black Pearl #131A25

Tints of Black Pearl #131A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 45.12%

R = 23.17%
G = 31.71%
B = 45.12%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131A25 (or 0x131A25) is known color: Black Pearl. HEX triplet: 13, 1A and 25. RGB value is (19,26,37). Sum of RGB (Red+Green+Blue) = 19+26+37=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #131A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A25 is #ECE5DA. Grayscale: #191919. Windows color (decimal): -15525339 or 2431507. OLE color: 2431507.

HSL color Cylindrical-coordinate representation of color #131A25: hue angle of 216.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #131A25 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 26 37 -
CMYK 0.49 0.30 0 0.85
HSL 216.67º 0.32% 0.11% -
HSV(B) 216.67º 0.49% 0.15% -
XYZ 0.97 1.01 1.89 -
YUV 25.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 19 26 37 0.49 0.30 0 0.85 216.67 0.32 0.11
Hex 13 1A 25 31 1E 0 55 D9 20 B
Octal 23 32 45 61 36 0 125 331 40 13
Binary 10011 11010 100101 110001 11110 0 1010101 11011001 100000 1011

Color Harmonies of #131A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A25

Black with #131A25

Text Example


Text Example

White with #131A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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