Html Css Color HEX #141230 Black Russian

📋 copy color: '#141230'

red 20 ◦ green 18 ◦ blue 48

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

Shades of Black Russian #141230

Tints of Black Russian #141230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 55.81%

R = 23.26%
G = 20.93%
B = 55.81%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141230 (or 0x141230) is known color: Black Russian. HEX triplet: 14, 12 and 30. RGB value is (20,18,48). Sum of RGB (Red+Green+Blue) = 20+18+48=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #141230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141230 is #EBEDCF. Grayscale: #151515. Windows color (decimal): -15461840 or 3150356. OLE color: 3150356.

HSL color Cylindrical-coordinate representation of color #141230: hue angle of 244º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141230 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 18 48 -
CMYK 0.58 0.63 0 0.81
HSL 244º 0.45% 0.13% -
HSV(B) 244º 0.63% 0.19% -
XYZ 1.04 0.79 2.89 -
YUV 22.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 20 18 48 0.58 0.63 0 0.81 244 0.45 0.13
Hex 14 12 30 3A 3F 0 51 F4 2D D
Octal 24 22 60 72 77 0 121 364 55 15
Binary 10100 10010 110000 111010 111111 0 1010001 11110100 101101 1101

Color Harmonies of #141230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141230

Black with #141230

Text Example


Text Example

White with #141230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141230; }

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

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

background-color css

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

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

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

border-color css

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

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

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