Html Css Color HEX #131830 Black Russian

📋 copy color: '#131830'

red 19 ◦ green 24 ◦ blue 48

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

Shades of Black Russian #131830

Tints of Black Russian #131830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.37%

 BLUE value IS 48 (19.14% from 255) = 52.75%

R = 20.88%
G = 26.37%
B = 52.75%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131830 (or 0x131830) is known color: Black Russian. HEX triplet: 13, 18 and 30. RGB value is (19,24,48). Sum of RGB (Red+Green+Blue) = 19+24+48=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #131830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131830 is #ECE7CF. Grayscale: #191919. Windows color (decimal): -15525840 or 3151891. OLE color: 3151891.

HSL color Cylindrical-coordinate representation of color #131830: hue angle of 229.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131830 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 24 48 -
CMYK 0.60 0.5 0 0.81
HSL 229.66º 0.43% 0.13% -
HSV(B) 229.66º 0.6% 0.19% -
XYZ 1.13 1.01 2.93 -
YUV 25.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 19 24 48 0.60 0.5 0 0.81 229.66 0.43 0.13
Hex 13 18 30 3C 32 0 51 E6 2B D
Octal 23 30 60 74 62 0 121 346 53 15
Binary 10011 11000 110000 111100 110010 0 1010001 11100110 101011 1101

Color Harmonies of #131830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131830

Black with #131830

Text Example


Text Example

White with #131830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131830; }

 p { color: rgb(19,24,48); }

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

background-color css

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

 a { background-color: rgb(19,24,48); }

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

border-color css

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

 span { border-color: rgb(19,24,48); }

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