#23004E

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

Shades of Blackcurrant #23004E

Tints of Blackcurrant #23004E

Color information

#23004E (or 0x23004E) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 4E. RGB value is (35,0,78). Sum of RGB (Red+Green+Blue) = 35+0+78=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #23004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23004E is #DCFFB1. Grayscale: #131313. Windows color (decimal): -14483378 or 5111843. OLE color: 5111843.

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

Color convert

RGB35078-
CMYK0.55100.69
HSL266.92º100%15.29%-
HSV(B)266.92º100%30.59%-
XYZ2.070.917.27-
YUV19.36161.1139.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 69.03%
R=30.97%
G=0%
B=69.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal350780.55100.69266.9210015.29
Hex2304E376404510b64f
Octal43011667144010541314417
Binary1000110100111011011111001000100010110000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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