Html Css Color HEX #23192C Blackcurrant

📋 copy color: '#23192C'

red 35 ◦ green 25 ◦ blue 44

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

Shades of Blackcurrant #23192C

Tints of Blackcurrant #23192C

RGB

 RED value IS 35 (14.06% from 255) = 33.65%

 GREEN value IS 25 (10.16% from 255) = 24.04%

 BLUE value IS 44 (17.58% from 255) = 42.31%

R = 33.65%
G = 24.04%
B = 42.31%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#23192C (or 0x23192C) is known color: Blackcurrant. HEX triplet: 23, 19 and 2C. RGB value is (35,25,44). Sum of RGB (Red+Green+Blue) = 35+25+44=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #23192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192C is #DCE6D3. Grayscale: #1E1E1E. Windows color (decimal): -14477012 or 2890019. OLE color: 2890019.

HSL color Cylindrical-coordinate representation of color #23192C: hue angle of 271.58º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #23192C is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 25 44 -
CMYK 0.20 0.43 0 0.83
HSL 271.58º 0.28% 0.14% -
HSV(B) 271.58º 0.43% 0.17% -
XYZ 1.5 1.23 2.54 -
YUV 30.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 35 25 44 0.20 0.43 0 0.83 271.58 0.28 0.14
Hex 23 19 2C 14 2B 0 53 110 1C E
Octal 43 31 54 24 53 0 123 420 34 16
Binary 100011 11001 101100 10100 101011 0 1010011 100010000 11100 1110

Color Harmonies of #23192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23192C

Black with #23192C

Text Example


Text Example

White with #23192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23192C; }

 p { color: rgb(35,25,44); }

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

background-color css

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

 a { background-color: rgb(35,25,44); }

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

border-color css

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

 span { border-color: rgb(35,25,44); }

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