Html Css Color HEX #12152E Black Russian

📋 copy color: '#12152E'

red 18 ◦ green 21 ◦ blue 46

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

Shades of Black Russian #12152E

Tints of Black Russian #12152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

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

R = 21.18%
G = 24.71%
B = 54.12%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12152E (or 0x12152E) is known color: Black Russian. HEX triplet: 12, 15 and 2E. RGB value is (18,21,46). Sum of RGB (Red+Green+Blue) = 18+21+46=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #12152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12152E is #EDEAD1. Grayscale: #161616. Windows color (decimal): -15592146 or 3020050. OLE color: 3020050.

HSL color Cylindrical-coordinate representation of color #12152E: hue angle of 233.57º 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 #12152E is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 21 46 -
CMYK 0.61 0.54 0 0.82
HSL 233.57º 0.44% 0.13% -
HSV(B) 233.57º 0.61% 0.18% -
XYZ 1.01 0.86 2.7 -
YUV 22.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 18 21 46 0.61 0.54 0 0.82 233.57 0.44 0.13
Hex 12 15 2E 3D 36 0 52 EA 2C D
Octal 22 25 56 75 66 0 122 352 54 15
Binary 10010 10101 101110 111101 110110 0 1010010 11101010 101100 1101

Color Harmonies of #12152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12152E

Black with #12152E

Text Example


Text Example

White with #12152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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