Html Css Color HEX #141530 Black Russian

📋 copy color: '#141530'

red 20 ◦ green 21 ◦ blue 48

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

Shades of Black Russian #141530

Tints of Black Russian #141530

RGB

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

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

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

R = 22.47%
G = 23.6%
B = 53.93%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141530 (or 0x141530) is known color: Black Russian. HEX triplet: 14, 15 and 30. RGB value is (20,21,48). Sum of RGB (Red+Green+Blue) = 20+21+48=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #141530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141530 is #EBEACF. Grayscale: #171717. Windows color (decimal): -15461072 or 3151124. OLE color: 3151124.

HSL color Cylindrical-coordinate representation of color #141530: hue angle of 237.86º 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 #141530 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 21 48 -
CMYK 0.58 0.56 0 0.81
HSL 237.86º 0.41% 0.13% -
HSV(B) 237.86º 0.58% 0.19% -
XYZ 1.09 0.9 2.91 -
YUV 23.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 20 21 48 0.58 0.56 0 0.81 237.86 0.41 0.13
Hex 14 15 30 3A 38 0 51 EE 29 D
Octal 24 25 60 72 70 0 121 356 51 15
Binary 10100 10101 110000 111010 111000 0 1010001 11101110 101001 1101

Color Harmonies of #141530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141530

Black with #141530

Text Example


Text Example

White with #141530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141530; }

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

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

background-color css

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

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

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

border-color css

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

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

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