#230346

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

Shades of Blackcurrant #230346

Tints of Blackcurrant #230346

Color information

#230346 (or 0x230346) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 46. RGB value is (35,3,70). Sum of RGB (Red+Green+Blue) = 35+3+70=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #230346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230346 is #DCFCB9. Grayscale: #131313. Windows color (decimal): -14482618 or 4588323. OLE color: 4588323.

HSL color Cylindrical-coordinate representation of color #230346: hue angle of 268.66º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230346 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB35370-
CMYK0.50.9600.73
HSL268.66º91.78%14.31%-
HSV(B)268.66º95.71%27.45%-
XYZ1.830.865.86-
YUV20.21156.1138.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 70 (27.73% from 255) = 64.81%
R=32.41%
G=2.78%
B=64.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal353700.50.9600.73268.6691.7814.31
Hex23346326004910d5ce
Octal43310662140011141513416
Binary10001111100011011001011000000100100110000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230346; }

 p { color: rgb(35,3,70); }

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

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

 a { background-color: rgb(35,3,70); }

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

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

 span { border-color: rgb(35,3,70); }

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