Html Css Color HEX #121235 Black Russian

📋 copy color: '#121235'

red 18 ◦ green 18 ◦ blue 53

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

Shades of Black Russian #121235

Tints of Black Russian #121235

RGB

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

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

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

R = 20.22%
G = 20.22%
B = 59.55%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121235 (or 0x121235) is known color: Black Russian. HEX triplet: 12, 12 and 35. RGB value is (18,18,53). Sum of RGB (Red+Green+Blue) = 18+18+53=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #121235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121235 is #EDEDCA. Grayscale: #151515. Windows color (decimal): -15592907 or 3478034. OLE color: 3478034.

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

Color convert

RGB 18 18 53 -
CMYK 0.66 0.66 0 0.79
HSL 240º 0.49% 0.14% -
HSV(B) 240º 0.66% 0.21% -
XYZ 1.11 0.82 3.47 -
YUV 21.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 18 18 53 0.66 0.66 0 0.79 240 0.49 0.14
Hex 12 12 35 42 42 0 4F F0 31 E
Octal 22 22 65 102 102 0 117 360 61 16
Binary 10010 10010 110101 1000010 1000010 0 1001111 11110000 110001 1110

Color Harmonies of #121235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121235

Black with #121235

Text Example


Text Example

White with #121235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121235; }

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

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

background-color css

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

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

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

border-color css

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

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

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