Html Css Color HEX #121333 Black Russian

📋 copy color: '#121333'

red 18 ◦ green 19 ◦ blue 51

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

Shades of Black Russian #121333

Tints of Black Russian #121333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

 BLUE value IS 51 (20.31% from 255) = 57.95%

R = 20.45%
G = 21.59%
B = 57.95%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121333 (or 0x121333) is known color: Black Russian. HEX triplet: 12, 13 and 33. RGB value is (18,19,51). Sum of RGB (Red+Green+Blue) = 18+19+51=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #121333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121333 is #EDECCC. Grayscale: #161616. Windows color (decimal): -15592653 or 3347218. OLE color: 3347218.

HSL color Cylindrical-coordinate representation of color #121333: hue angle of 238.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121333 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 19 51 -
CMYK 0.65 0.63 0 0.8
HSL 238.18º 0.48% 0.14% -
HSV(B) 238.18º 0.65% 0.2% -
XYZ 1.08 0.83 3.24 -
YUV 22.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 18 19 51 0.65 0.63 0 0.8 238.18 0.48 0.14
Hex 12 13 33 41 3F 0 50 EE 30 E
Octal 22 23 63 101 77 0 120 356 60 16
Binary 10010 10011 110011 1000001 111111 0 1010000 11101110 110000 1110

Color Harmonies of #121333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121333

Black with #121333

Text Example


Text Example

White with #121333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121333; }

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

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

background-color css

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

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

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

border-color css

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

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

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