#23014D

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

Shades of Blackcurrant #23014D

Tints of Blackcurrant #23014D

Color information

#23014D (or 0x23014D) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 4D. RGB value is (35,1,77). Sum of RGB (Red+Green+Blue) = 35+1+77=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #23014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23014D is #DCFEB2. Grayscale: #131313. Windows color (decimal): -14483123 or 5046563. OLE color: 5046563.

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

Color convert

RGB35177-
CMYK0.550.9900.70
HSL266.84º97.44%15.29%-
HSV(B)266.84º98.7%30.2%-
XYZ2.040.917.09-
YUV19.83160.26138.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 77 (30.47% from 255) = 68.14%
R=30.97%
G=0.88%
B=68.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal351770.550.9900.70266.8497.4415.29
Hex2314D376304610b61f
Octal43111567143010641314117
Binary1000111100110111011111000110100011010000101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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