#23014E

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

Shades of Blackcurrant #23014E

Tints of Blackcurrant #23014E

Color information

#23014E (or 0x23014E) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 4E. RGB value is (35,1,78). Sum of RGB (Red+Green+Blue) = 35+1+78=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #23014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23014E is #DCFEB1. Grayscale: #131313. Windows color (decimal): -14483122 or 5112099. OLE color: 5112099.

HSL color Cylindrical-coordinate representation of color #23014E: hue angle of 266.49º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23014E is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35178-
CMYK0.550.9900.69
HSL266.49º97.47%15.49%-
HSV(B)266.49º98.72%30.59%-
XYZ2.080.937.28-
YUV19.94160.76138.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 78 (30.86% from 255) = 68.42%
R=30.70%
G=0.88%
B=68.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal351780.550.9900.69266.4997.4715.49
Hex2314E376304510a61f
Octal43111667143010541214117
Binary1000111100111011011111000110100010110000101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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