Html Css Color HEX #131228 Black Russian

📋 copy color: '#131228'

red 19 ◦ green 18 ◦ blue 40

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

Shades of Black Russian #131228

Tints of Black Russian #131228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.95%

R = 24.68%
G = 23.38%
B = 51.95%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#131228 (or 0x131228) is known color: Black Russian. HEX triplet: 13, 12 and 28. RGB value is (19,18,40). Sum of RGB (Red+Green+Blue) = 19+18+40=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #131228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131228 is #ECEDD7. Grayscale: #141414. Windows color (decimal): -15527384 or 2626067. OLE color: 2626067.

HSL color Cylindrical-coordinate representation of color #131228: hue angle of 242.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131228 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 18 40 -
CMYK 0.52 0.55 0 0.84
HSL 242.73º 0.38% 0.11% -
HSV(B) 242.73º 0.55% 0.16% -
XYZ 0.87 0.72 2.1 -
YUV 20.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 19 18 40 0.52 0.55 0 0.84 242.73 0.38 0.11
Hex 13 12 28 34 37 0 54 F3 26 B
Octal 23 22 50 64 67 0 124 363 46 13
Binary 10011 10010 101000 110100 110111 0 1010100 11110011 100110 1011

Color Harmonies of #131228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131228

Black with #131228

Text Example


Text Example

White with #131228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131228; }

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

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

background-color css

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

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

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

border-color css

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

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

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