Html Css Color HEX #23192E Blackcurrant

📋 copy color: '#23192E'

red 35 ◦ green 25 ◦ blue 46

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

Shades of Blackcurrant #23192E

Tints of Blackcurrant #23192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 43.4%

R = 33.02%
G = 23.58%
B = 43.4%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23192E (or 0x23192E) is known color: Blackcurrant. HEX triplet: 23, 19 and 2E. RGB value is (35,25,46). Sum of RGB (Red+Green+Blue) = 35+25+46=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #23192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192E is #DCE6D1. Grayscale: #1E1E1E. Windows color (decimal): -14477010 or 3021091. OLE color: 3021091.

HSL color Cylindrical-coordinate representation of color #23192E: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23192E is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 25 46 -
CMYK 0.24 0.46 0 0.82
HSL 268.57º 0.3% 0.14% -
HSV(B) 268.57º 0.46% 0.18% -
XYZ 1.53 1.25 2.75 -
YUV 30.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 35 25 46 0.24 0.46 0 0.82 268.57 0.3 0.14
Hex 23 19 2E 18 2E 0 52 10D 1E E
Octal 43 31 56 30 56 0 122 415 36 16
Binary 100011 11001 101110 11000 101110 0 1010010 100001101 11110 1110

Color Harmonies of #23192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23192E

Black with #23192E

Text Example


Text Example

White with #23192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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