Html Css Color HEX #14132B Black Russian

📋 copy color: '#14132B'

red 20 ◦ green 19 ◦ blue 43

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

Shades of Black Russian #14132B

Tints of Black Russian #14132B

RGB

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

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

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

R = 24.39%
G = 23.17%
B = 52.44%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14132B (or 0x14132B) is known color: Black Russian. HEX triplet: 14, 13 and 2B. RGB value is (20,19,43). Sum of RGB (Red+Green+Blue) = 20+19+43=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #14132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14132B is #EBECD4. Grayscale: #151515. Windows color (decimal): -15461589 or 2822932. OLE color: 2822932.

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

Color convert

RGB 20 19 43 -
CMYK 0.53 0.56 0 0.83
HSL 242.5º 0.39% 0.12% -
HSV(B) 242.5º 0.56% 0.17% -
XYZ 0.96 0.79 2.39 -
YUV 22.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 20 19 43 0.53 0.56 0 0.83 242.5 0.39 0.12
Hex 14 13 2B 35 38 0 53 F2 27 C
Octal 24 23 53 65 70 0 123 362 47 14
Binary 10100 10011 101011 110101 111000 0 1010011 11110010 100111 1100

Color Harmonies of #14132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14132B

Black with #14132B

Text Example


Text Example

White with #14132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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