Html Css Color HEX #23123B Blackcurrant

📋 copy color: '#23123B'

red 35 ◦ green 18 ◦ blue 59

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

Shades of Blackcurrant #23123B

Tints of Blackcurrant #23123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 52.68%

R = 31.25%
G = 16.07%
B = 52.68%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23123B (or 0x23123B) is known color: Blackcurrant. HEX triplet: 23, 12 and 3B. RGB value is (35,18,59). Sum of RGB (Red+Green+Blue) = 35+18+59=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #23123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23123B is #DCEDC4. Grayscale: #1B1B1B. Windows color (decimal): -14478789 or 3871267. OLE color: 3871267.

HSL color Cylindrical-coordinate representation of color #23123B: hue angle of 264.88º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23123B is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 18 59 -
CMYK 0.41 0.69 0 0.77
HSL 264.88º 0.53% 0.15% -
HSV(B) 264.88º 0.69% 0.23% -
XYZ 1.7 1.11 4.26 -
YUV 27.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 35 18 59 0.41 0.69 0 0.77 264.88 0.53 0.15
Hex 23 12 3B 29 45 0 4D 109 35 F
Octal 43 22 73 51 105 0 115 411 65 17
Binary 100011 10010 111011 101001 1000101 0 1001101 100001001 110101 1111

Color Harmonies of #23123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23123B

Black with #23123B

Text Example


Text Example

White with #23123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,18,59); }

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

background-color css

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

 a { background-color: rgb(35,18,59); }

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

border-color css

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

 span { border-color: rgb(35,18,59); }

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