Html Css Color HEX #141332 Black Russian

📋 copy color: '#141332'

red 20 ◦ green 19 ◦ blue 50

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

Shades of Black Russian #141332

Tints of Black Russian #141332

RGB

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

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

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

R = 22.47%
G = 21.35%
B = 56.18%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#141332 (or 0x141332) is known color: Black Russian. HEX triplet: 14, 13 and 32. RGB value is (20,19,50). Sum of RGB (Red+Green+Blue) = 20+19+50=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #141332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141332 is #EBECCD. Grayscale: #161616. Windows color (decimal): -15461582 or 3281684. OLE color: 3281684.

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

Color convert

RGB 20 19 50 -
CMYK 0.60 0.62 0 0.80
HSL 241.94º 0.45% 0.14% -
HSV(B) 241.94º 0.62% 0.2% -
XYZ 1.1 0.84 3.12 -
YUV 22.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 20 19 50 0.60 0.62 0 0.80 241.94 0.45 0.14
Hex 14 13 32 3C 3E 0 50 F2 2D E
Octal 24 23 62 74 76 0 120 362 55 16
Binary 10100 10011 110010 111100 111110 0 1010000 11110010 101101 1110

Color Harmonies of #141332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141332

Black with #141332

Text Example


Text Example

White with #141332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141332; }

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

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

background-color css

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

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

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

border-color css

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

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

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