Html Css Color HEX #131A2B Black Russian

📋 copy color: '#131A2B'

red 19 ◦ green 26 ◦ blue 43

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

Shades of Black Russian #131A2B

Tints of Black Russian #131A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 21.59%
G = 29.55%
B = 48.86%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#131A2B (or 0x131A2B) is known color: Black Russian. HEX triplet: 13, 1A and 2B. RGB value is (19,26,43). Sum of RGB (Red+Green+Blue) = 19+26+43=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #131A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A2B is #ECE5D4. Grayscale: #191919. Windows color (decimal): -15525333 or 2824723. OLE color: 2824723.

HSL color Cylindrical-coordinate representation of color #131A2B: hue angle of 222.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131A2B is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 26 43 -
CMYK 0.56 0.40 0 0.83
HSL 222.5º 0.39% 0.12% -
HSV(B) 222.5º 0.56% 0.17% -
XYZ 1.07 1.05 2.43 -
YUV 25.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 19 26 43 0.56 0.40 0 0.83 222.5 0.39 0.12
Hex 13 1A 2B 38 28 0 53 DE 27 C
Octal 23 32 53 70 50 0 123 336 47 14
Binary 10011 11010 101011 111000 101000 0 1010011 11011110 100111 1100

Color Harmonies of #131A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A2B

Black with #131A2B

Text Example


Text Example

White with #131A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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