Html Css Color HEX #141333 Black Russian

📋 copy color: '#141333'

red 20 ◦ green 19 ◦ blue 51

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

Shades of Black Russian #141333

Tints of Black Russian #141333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

 BLUE value IS 51 (20.31% from 255) = 56.67%

R = 22.22%
G = 21.11%
B = 56.67%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#141333 (or 0x141333) is known color: Black Russian. HEX triplet: 14, 13 and 33. RGB value is (20,19,51). Sum of RGB (Red+Green+Blue) = 20+19+51=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #141333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141333 is #EBECCC. Grayscale: #161616. Windows color (decimal): -15461581 or 3347220. OLE color: 3347220.

HSL color Cylindrical-coordinate representation of color #141333: hue angle of 241.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141333 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 19 51 -
CMYK 0.61 0.63 0 0.8
HSL 241.88º 0.46% 0.14% -
HSV(B) 241.88º 0.63% 0.2% -
XYZ 1.12 0.85 3.24 -
YUV 22.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 20 19 51 0.61 0.63 0 0.8 241.88 0.46 0.14
Hex 14 13 33 3D 3F 0 50 F2 2E E
Octal 24 23 63 75 77 0 120 362 56 16
Binary 10100 10011 110011 111101 111111 0 1010000 11110010 101110 1110

Color Harmonies of #141333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141333

Black with #141333

Text Example


Text Example

White with #141333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141333; }

 p { color: rgb(20,19,51); }

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

background-color css

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

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

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

border-color css

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

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

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