Html Css Color HEX #13122E Black Russian

📋 copy color: '#13122E'

red 19 ◦ green 18 ◦ blue 46

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

Shades of Black Russian #13122E

Tints of Black Russian #13122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

 BLUE value IS 46 (18.36% from 255) = 55.42%

R = 22.89%
G = 21.69%
B = 55.42%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13122E (or 0x13122E) is known color: Black Russian. HEX triplet: 13, 12 and 2E. RGB value is (19,18,46). Sum of RGB (Red+Green+Blue) = 19+18+46=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #13122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13122E is #ECEDD1. Grayscale: #151515. Windows color (decimal): -15527378 or 3019283. OLE color: 3019283.

HSL color Cylindrical-coordinate representation of color #13122E: hue angle of 242.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13122E is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 18 46 -
CMYK 0.59 0.61 0 0.82
HSL 242.14º 0.44% 0.13% -
HSV(B) 242.14º 0.61% 0.18% -
XYZ 0.98 0.77 2.68 -
YUV 21.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 19 18 46 0.59 0.61 0 0.82 242.14 0.44 0.13
Hex 13 12 2E 3B 3D 0 52 F2 2C D
Octal 23 22 56 73 75 0 122 362 54 15
Binary 10011 10010 101110 111011 111101 0 1010010 11110010 101100 1101

Color Harmonies of #13122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13122E

Black with #13122E

Text Example


Text Example

White with #13122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13122E; }

 p { color: rgb(19,18,46); }

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

background-color css

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

 a { background-color: rgb(19,18,46); }

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

border-color css

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

 span { border-color: rgb(19,18,46); }

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