Html Css Color HEX #131630 Black Russian

📋 copy color: '#131630'

red 19 ◦ green 22 ◦ blue 48

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

Shades of Black Russian #131630

Tints of Black Russian #131630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.72%

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

R = 21.35%
G = 24.72%
B = 53.93%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131630 (or 0x131630) is known color: Black Russian. HEX triplet: 13, 16 and 30. RGB value is (19,22,48). Sum of RGB (Red+Green+Blue) = 19+22+48=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #131630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131630 is #ECE9CF. Grayscale: #171717. Windows color (decimal): -15526352 or 3151379. OLE color: 3151379.

HSL color Cylindrical-coordinate representation of color #131630: hue angle of 233.79º 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 #131630 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 22 48 -
CMYK 0.60 0.54 0 0.81
HSL 233.79º 0.43% 0.13% -
HSV(B) 233.79º 0.6% 0.19% -
XYZ 1.09 0.93 2.92 -
YUV 24.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 19 22 48 0.60 0.54 0 0.81 233.79 0.43 0.13
Hex 13 16 30 3C 36 0 51 EA 2B D
Octal 23 26 60 74 66 0 121 352 53 15
Binary 10011 10110 110000 111100 110110 0 1010001 11101010 101011 1101

Color Harmonies of #131630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131630

Black with #131630

Text Example


Text Example

White with #131630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131630; }

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

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

background-color css

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

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

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

border-color css

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

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

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