Html Css Color HEX #12142A Black Russian

📋 copy color: '#12142A'

red 18 ◦ green 20 ◦ blue 42

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

Shades of Black Russian #12142A

Tints of Black Russian #12142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

 BLUE value IS 42 (16.8% from 255) = 52.5%

R = 22.5%
G = 25%
B = 52.5%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#12142A (or 0x12142A) is known color: Black Russian. HEX triplet: 12, 14 and 2A. RGB value is (18,20,42). Sum of RGB (Red+Green+Blue) = 18+20+42=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #12142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12142A is #EDEBD5. Grayscale: #151515. Windows color (decimal): -15592406 or 2757650. OLE color: 2757650.

HSL color Cylindrical-coordinate representation of color #12142A: hue angle of 235º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12142A is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 20 42 -
CMYK 0.57 0.52 0 0.84
HSL 235º 0.4% 0.12% -
HSV(B) 235º 0.57% 0.16% -
XYZ 0.92 0.8 2.3 -
YUV 21.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 18 20 42 0.57 0.52 0 0.84 235 0.4 0.12
Hex 12 14 2A 39 34 0 54 EB 28 C
Octal 22 24 52 71 64 0 124 353 50 14
Binary 10010 10100 101010 111001 110100 0 1010100 11101011 101000 1100

Color Harmonies of #12142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12142A

Black with #12142A

Text Example


Text Example

White with #12142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12142A; }

 p { color: rgb(18,20,42); }

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

background-color css

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

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

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

border-color css

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

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

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