Html Css Color HEX #141232 Black Russian

📋 copy color: '#141232'

red 20 ◦ green 18 ◦ blue 50

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

Shades of Black Russian #141232

Tints of Black Russian #141232

RGB

 RED value IS 20 (8.2% from 255) = 22.73%

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

 BLUE value IS 50 (19.92% from 255) = 56.82%

R = 22.73%
G = 20.45%
B = 56.82%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#141232 (or 0x141232) is known color: Black Russian. HEX triplet: 14, 12 and 32. RGB value is (20,18,50). Sum of RGB (Red+Green+Blue) = 20+18+50=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #141232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141232 is #EBEDCD. Grayscale: #161616. Windows color (decimal): -15461838 or 3281428. OLE color: 3281428.

HSL color Cylindrical-coordinate representation of color #141232: hue angle of 243.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141232 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 18 50 -
CMYK 0.60 0.64 0 0.80
HSL 243.75º 0.47% 0.13% -
HSV(B) 243.75º 0.64% 0.2% -
XYZ 1.08 0.81 3.12 -
YUV 22.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 20 18 50 0.60 0.64 0 0.80 243.75 0.47 0.13
Hex 14 12 32 3C 40 0 50 F4 2F D
Octal 24 22 62 74 100 0 120 364 57 15
Binary 10100 10010 110010 111100 1000000 0 1010000 11110100 101111 1101

Color Harmonies of #141232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141232

Black with #141232

Text Example


Text Example

White with #141232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141232; }

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

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

background-color css

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

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

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

border-color css

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

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

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