#23012B

Color #23012B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #23012B

Tints of Blackcurrant #23012B

Color information

#23012B (or 0x23012B) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 2B. RGB value is (35,1,43). Sum of RGB (Red+Green+Blue) = 35+1+43=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #23012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23012B is #DCFED4. Grayscale: #0F0F0F. Windows color (decimal): -14483157 or 2818339. OLE color: 2818339.

HSL color Cylindrical-coordinate representation of color #23012B: hue angle of 288.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23012B is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB35143-
CMYK0.190.9800.83
HSL288.57º95.45%8.63%-
HSV(B)288.57º97.67%16.86%-
XYZ1.140.552.33-
YUV15.95143.26141.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=44.30%
G=1.27%
B=54.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal351430.190.9800.83288.5795.458.63
Hex2312B13620531215f9
Octal4315323142012344113711
Binary10001111010111001111000100101001110010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,1,43); }

 H1.HeaderClassName
 {
   color: #23012B;
 }
 .AnyTagClassName
 {
   color: #23012B;
 }
</style>
background-color css

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

 a { background-color: rgb(35,1,43); }

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

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

 span { border-color: rgb(35,1,43); }

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