Html Css Color HEX #141528 Black Russian

📋 copy color: '#141528'

red 20 ◦ green 21 ◦ blue 40

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

Shades of Black Russian #141528

Tints of Black Russian #141528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.93%

 BLUE value IS 40 (16.02% from 255) = 49.38%

R = 24.69%
G = 25.93%
B = 49.38%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141528 (or 0x141528) is known color: Black Russian. HEX triplet: 14, 15 and 28. RGB value is (20,21,40). Sum of RGB (Red+Green+Blue) = 20+21+40=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #141528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141528 is #EBEAD7. Grayscale: #161616. Windows color (decimal): -15461080 or 2626836. OLE color: 2626836.

HSL color Cylindrical-coordinate representation of color #141528: hue angle of 237º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141528 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 21 40 -
CMYK 0.5 0.48 0 0.84
HSL 237º 0.33% 0.12% -
HSV(B) 237º 0.5% 0.16% -
XYZ 0.94 0.84 2.12 -
YUV 22.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 20 21 40 0.5 0.48 0 0.84 237 0.33 0.12
Hex 14 15 28 32 30 0 54 ED 21 C
Octal 24 25 50 62 60 0 124 355 41 14
Binary 10100 10101 101000 110010 110000 0 1010100 11101101 100001 1100

Color Harmonies of #141528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141528

Black with #141528

Text Example


Text Example

White with #141528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141528; }

 p { color: rgb(20,21,40); }

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

background-color css

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

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

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

border-color css

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

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

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