#230347

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

Shades of Blackcurrant #230347

Tints of Blackcurrant #230347

Color information

#230347 (or 0x230347) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 47. RGB value is (35,3,71). Sum of RGB (Red+Green+Blue) = 35+3+71=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #230347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230347 is #DCFCB8. Grayscale: #141414. Windows color (decimal): -14482617 or 4653859. OLE color: 4653859.

HSL color Cylindrical-coordinate representation of color #230347: hue angle of 268.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230347 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB35371-
CMYK0.510.9600.72
HSL268.24º91.89%14.51%-
HSV(B)268.24º95.77%27.84%-
XYZ1.860.886.03-
YUV20.32156.6138.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 71 (28.12% from 255) = 65.14%
R=32.11%
G=2.75%
B=65.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal353710.510.9600.72268.2491.8914.51
Hex23347336004810c5cf
Octal43310763140011041413417
Binary10001111100011111001111000000100100010000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230347; }

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

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

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

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

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

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

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

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