#230449

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

Shades of Blackcurrant #230449

Tints of Blackcurrant #230449

Color information

#230449 (or 0x230449) is unknown color: approx Blackcurrant. HEX triplet: 23, 04 and 49. RGB value is (35,4,73). Sum of RGB (Red+Green+Blue) = 35+4+73=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #230449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230449 is #DCFBB6. Grayscale: #141414. Windows color (decimal): -14482359 or 4785187. OLE color: 4785187.

HSL color Cylindrical-coordinate representation of color #230449: hue angle of 266.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230449 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB35473-
CMYK0.520.9500.71
HSL266.96º89.61%15.1%-
HSV(B)266.96º94.52%28.63%-
XYZ1.940.936.38-
YUV21.14157.27137.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=31.25%
G=3.57%
B=65.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal354730.520.9500.71266.9689.6115.1
Hex23449345F04710b5af
Octal43411164137010741313217
Binary100011100100100111010010111110100011110000101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230449; }

 p { color: rgb(35,4,73); }

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

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

 a { background-color: rgb(35,4,73); }

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

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

 span { border-color: rgb(35,4,73); }

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