#23054A

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

Shades of Blackcurrant #23054A

Tints of Blackcurrant #23054A

Color information

#23054A (or 0x23054A) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 4A. RGB value is (35,5,74). Sum of RGB (Red+Green+Blue) = 35+5+74=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #23054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23054A is #DCFAB5. Grayscale: #151515. Windows color (decimal): -14482102 or 4850979. OLE color: 4850979.

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

Color convert

RGB35574-
CMYK0.530.9300.71
HSL266.09º87.34%15.49%-
HSV(B)266.09º93.24%29.02%-
XYZ1.980.966.56-
YUV21.84157.44137.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=30.70%
G=4.39%
B=64.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal355740.530.9300.71266.0987.3415.49
Hex2354A355D04710a57f
Octal43511265135010741212717
Binary100011101100101011010110111010100011110000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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