Html Css Color HEX #23112E Blackcurrant

📋 copy color: '#23112E'

red 35 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #23112E

Tints of Blackcurrant #23112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

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

R = 35.71%
G = 17.35%
B = 46.94%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23112E (or 0x23112E) is known color: Blackcurrant. HEX triplet: 23, 11 and 2E. RGB value is (35,17,46). Sum of RGB (Red+Green+Blue) = 35+17+46=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #23112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23112E is #DCEED1. Grayscale: #191919. Windows color (decimal): -14479058 or 3019043. OLE color: 3019043.

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

Color convert

RGB 35 17 46 -
CMYK 0.24 0.63 0 0.82
HSL 277.24º 0.46% 0.12% -
HSV(B) 277.24º 0.63% 0.18% -
XYZ 1.39 0.96 2.7 -
YUV 25.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 35 17 46 0.24 0.63 0 0.82 277.24 0.46 0.12
Hex 23 11 2E 18 3F 0 52 115 2E C
Octal 43 21 56 30 77 0 122 425 56 14
Binary 100011 10001 101110 11000 111111 0 1010010 100010101 101110 1100

Color Harmonies of #23112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23112E

Black with #23112E

Text Example


Text Example

White with #23112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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