Html Css Color HEX #131B25 Black Pearl

📋 copy color: '#131B25'

red 19 ◦ green 27 ◦ blue 37

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

Shades of Black Pearl #131B25

Tints of Black Pearl #131B25

RGB

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

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

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

R = 22.89%
G = 32.53%
B = 44.58%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131B25 (or 0x131B25) is known color: Black Pearl. HEX triplet: 13, 1B and 25. RGB value is (19,27,37). Sum of RGB (Red+Green+Blue) = 19+27+37=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #131B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B25 is #ECE4DA. Grayscale: #191919. Windows color (decimal): -15525083 or 2431763. OLE color: 2431763.

HSL color Cylindrical-coordinate representation of color #131B25: hue angle of 213.33º 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 #131B25 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 27 37 -
CMYK 0.49 0.27 0 0.85
HSL 213.33º 0.32% 0.11% -
HSV(B) 213.33º 0.49% 0.15% -
XYZ 0.99 1.06 1.9 -
YUV 25.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 19 27 37 0.49 0.27 0 0.85 213.33 0.32 0.11
Hex 13 1B 25 31 1B 0 55 D5 20 B
Octal 23 33 45 61 33 0 125 325 40 13
Binary 10011 11011 100101 110001 11011 0 1010101 11010101 100000 1011

Color Harmonies of #131B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B25

Black with #131B25

Text Example


Text Example

White with #131B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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