Html Css Color HEX #141430 Black Russian

📋 copy color: '#141430'

red 20 ◦ green 20 ◦ blue 48

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

Shades of Black Russian #141430

Tints of Black Russian #141430

RGB

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

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

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

R = 22.73%
G = 22.73%
B = 54.55%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141430 (or 0x141430) is known color: Black Russian. HEX triplet: 14, 14 and 30. RGB value is (20,20,48). Sum of RGB (Red+Green+Blue) = 20+20+48=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #141430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141430 is #EBEBCF. Grayscale: #171717. Windows color (decimal): -15461328 or 3150868. OLE color: 3150868.

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

Color convert

RGB 20 20 48 -
CMYK 0.58 0.58 0 0.81
HSL 240º 0.41% 0.13% -
HSV(B) 240º 0.58% 0.19% -
XYZ 1.07 0.86 2.91 -
YUV 23.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 20 20 48 0.58 0.58 0 0.81 240 0.41 0.13
Hex 14 14 30 3A 3A 0 51 F0 29 D
Octal 24 24 60 72 72 0 121 360 51 15
Binary 10100 10100 110000 111010 111010 0 1010001 11110000 101001 1101

Color Harmonies of #141430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141430

Black with #141430

Text Example


Text Example

White with #141430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141430; }

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

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

background-color css

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

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

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

border-color css

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

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

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