Html Css Color HEX #12152D Black Russian

📋 copy color: '#12152D'

red 18 ◦ green 21 ◦ blue 45

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

Shades of Black Russian #12152D

Tints of Black Russian #12152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 53.57%

R = 21.43%
G = 25%
B = 53.57%

CMYK

 C value IS 0.6

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12152D (or 0x12152D) is known color: Black Russian. HEX triplet: 12, 15 and 2D. RGB value is (18,21,45). Sum of RGB (Red+Green+Blue) = 18+21+45=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #12152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12152D is #EDEAD2. Grayscale: #161616. Windows color (decimal): -15592147 or 2954514. OLE color: 2954514.

HSL color Cylindrical-coordinate representation of color #12152D: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12152D is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 21 45 -
CMYK 0.6 0.53 0 0.82
HSL 233.33º 0.43% 0.12% -
HSV(B) 233.33º 0.6% 0.18% -
XYZ 0.99 0.85 2.6 -
YUV 22.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 18 21 45 0.6 0.53 0 0.82 233.33 0.43 0.12
Hex 12 15 2D 3C 35 0 52 E9 2B C
Octal 22 25 55 74 65 0 122 351 53 14
Binary 10010 10101 101101 111100 110101 0 1010010 11101001 101011 1100

Color Harmonies of #12152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12152D

Black with #12152D

Text Example


Text Example

White with #12152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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