Html Css Color HEX #141233 Black Russian

📋 copy color: '#141233'

red 20 ◦ green 18 ◦ blue 51

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

Shades of Black Russian #141233

Tints of Black Russian #141233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

 BLUE value IS 51 (20.31% from 255) = 57.3%

R = 22.47%
G = 20.22%
B = 57.3%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#141233 (or 0x141233) is known color: Black Russian. HEX triplet: 14, 12 and 33. RGB value is (20,18,51). Sum of RGB (Red+Green+Blue) = 20+18+51=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #141233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141233 is #EBEDCC. Grayscale: #161616. Windows color (decimal): -15461837 or 3346964. OLE color: 3346964.

HSL color Cylindrical-coordinate representation of color #141233: hue angle of 243.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141233 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 18 51 -
CMYK 0.61 0.65 0 0.8
HSL 243.64º 0.48% 0.14% -
HSV(B) 243.64º 0.65% 0.2% -
XYZ 1.1 0.82 3.23 -
YUV 22.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 20 18 51 0.61 0.65 0 0.8 243.64 0.48 0.14
Hex 14 12 33 3D 41 0 50 F4 30 E
Octal 24 22 63 75 101 0 120 364 60 16
Binary 10100 10010 110011 111101 1000001 0 1010000 11110100 110000 1110

Color Harmonies of #141233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141233

Black with #141233

Text Example


Text Example

White with #141233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141233; }

 p { color: rgb(20,18,51); }

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

background-color css

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

 a { background-color: rgb(20,18,51); }

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

border-color css

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

 span { border-color: rgb(20,18,51); }

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