#23014A

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

Shades of Blackcurrant #23014A

Tints of Blackcurrant #23014A

Color information

#23014A (or 0x23014A) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 4A. RGB value is (35,1,74). Sum of RGB (Red+Green+Blue) = 35+1+74=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #23014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23014A is #DCFEB5. Grayscale: #131313. Windows color (decimal): -14483126 or 4849955. OLE color: 4849955.

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

Color convert

RGB35174-
CMYK0.530.9900.71
HSL267.95º97.33%14.71%-
HSV(B)267.95º98.65%29.02%-
XYZ1.940.876.54-
YUV19.49158.76139.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 74 (29.30% from 255) = 67.27%
R=31.82%
G=0.91%
B=67.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal351740.530.9900.71267.9597.3314.71
Hex2314A356304710c61f
Octal43111265143010741414117
Binary1000111100101011010111000110100011110000110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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