Html Css Color HEX #131430 Black Russian

📋 copy color: '#131430'

red 19 ◦ green 20 ◦ blue 48

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

Shades of Black Russian #131430

Tints of Black Russian #131430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

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

R = 21.84%
G = 22.99%
B = 55.17%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131430 (or 0x131430) is known color: Black Russian. HEX triplet: 13, 14 and 30. RGB value is (19,20,48). Sum of RGB (Red+Green+Blue) = 19+20+48=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #131430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131430 is #ECEBCF. Grayscale: #161616. Windows color (decimal): -15526864 or 3150867. OLE color: 3150867.

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

Color convert

RGB 19 20 48 -
CMYK 0.60 0.58 0 0.81
HSL 237.93º 0.43% 0.13% -
HSV(B) 237.93º 0.6% 0.19% -
XYZ 1.05 0.85 2.91 -
YUV 22.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 19 20 48 0.60 0.58 0 0.81 237.93 0.43 0.13
Hex 13 14 30 3C 3A 0 51 EE 2B D
Octal 23 24 60 74 72 0 121 356 53 15
Binary 10011 10100 110000 111100 111010 0 1010001 11101110 101011 1101

Color Harmonies of #131430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131430

Black with #131430

Text Example


Text Example

White with #131430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131430; }

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

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

background-color css

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

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

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

border-color css

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

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

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