Html Css Color HEX #121135 Black Russian

📋 copy color: '#121135'

red 18 ◦ green 17 ◦ blue 53

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

Shades of Black Russian #121135

Tints of Black Russian #121135

RGB

 RED value IS 18 (7.42% from 255) = 20.45%

 GREEN value IS 17 (7.03% from 255) = 19.32%

 BLUE value IS 53 (21.09% from 255) = 60.23%

R = 20.45%
G = 19.32%
B = 60.23%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121135 (or 0x121135) is known color: Black Russian. HEX triplet: 12, 11 and 35. RGB value is (18,17,53). Sum of RGB (Red+Green+Blue) = 18+17+53=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #121135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121135 is #EDEECA. Grayscale: #151515. Windows color (decimal): -15593163 or 3477778. OLE color: 3477778.

HSL color Cylindrical-coordinate representation of color #121135: hue angle of 241.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121135 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 17 53 -
CMYK 0.66 0.68 0 0.79
HSL 241.67º 0.51% 0.14% -
HSV(B) 241.67º 0.68% 0.21% -
XYZ 1.09 0.79 3.46 -
YUV 21.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 18 17 53 0.66 0.68 0 0.79 241.67 0.51 0.14
Hex 12 11 35 42 44 0 4F F2 33 E
Octal 22 21 65 102 104 0 117 362 63 16
Binary 10010 10001 110101 1000010 1000100 0 1001111 11110010 110011 1110

Color Harmonies of #121135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121135

Black with #121135

Text Example


Text Example

White with #121135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121135; }

 p { color: rgb(18,17,53); }

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

background-color css

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

 a { background-color: rgb(18,17,53); }

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

border-color css

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

 span { border-color: rgb(18,17,53); }

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