#23012C

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

Shades of Blackcurrant #23012C

Tints of Blackcurrant #23012C

Color information

#23012C (or 0x23012C) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 2C. RGB value is (35,1,44). Sum of RGB (Red+Green+Blue) = 35+1+44=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #23012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23012C is #DCFED3. Grayscale: #0F0F0F. Windows color (decimal): -14483156 or 2883875. OLE color: 2883875.

HSL color Cylindrical-coordinate representation of color #23012C: hue angle of 287.44º degrees, saturation: 0.96, 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 #23012C is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB35144-
CMYK0.200.9800.83
HSL287.44º95.56%8.82%-
HSV(B)287.44º97.73%17.25%-
XYZ1.160.562.43-
YUV16.07143.76141.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 44 (17.58% from 255) = 55%
R=43.75%
G=1.25%
B=55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal351440.200.9800.83287.4495.568.82
Hex2312C146205311f609
Octal4315424142012343714011
Binary10001111011001010011000100101001110001111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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