Html Css Color HEX #14152B Black Russian

📋 copy color: '#14152B'

red 20 ◦ green 21 ◦ blue 43

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

Shades of Black Russian #14152B

Tints of Black Russian #14152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 23.81%
G = 25%
B = 51.19%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14152B (or 0x14152B) is known color: Black Russian. HEX triplet: 14, 15 and 2B. RGB value is (20,21,43). Sum of RGB (Red+Green+Blue) = 20+21+43=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #14152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14152B is #EBEAD4. Grayscale: #171717. Windows color (decimal): -15461077 or 2823444. OLE color: 2823444.

HSL color Cylindrical-coordinate representation of color #14152B: hue angle of 237.39º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14152B is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 21 43 -
CMYK 0.53 0.51 0 0.83
HSL 237.39º 0.37% 0.12% -
HSV(B) 237.39º 0.53% 0.17% -
XYZ 0.99 0.86 2.4 -
YUV 23.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 20 21 43 0.53 0.51 0 0.83 237.39 0.37 0.12
Hex 14 15 2B 35 33 0 53 ED 25 C
Octal 24 25 53 65 63 0 123 355 45 14
Binary 10100 10101 101011 110101 110011 0 1010011 11101101 100101 1100

Color Harmonies of #14152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14152B

Black with #14152B

Text Example


Text Example

White with #14152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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