#230546

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

Shades of Blackcurrant #230546

Tints of Blackcurrant #230546

Color information

#230546 (or 0x230546) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 46. RGB value is (35,5,70). Sum of RGB (Red+Green+Blue) = 35+5+70=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #230546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230546 is #DCFAB9. Grayscale: #151515. Windows color (decimal): -14482106 or 4588835. OLE color: 4588835.

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

Color convert

RGB35570-
CMYK0.50.9300.73
HSL267.69º86.67%14.71%-
HSV(B)267.69º92.86%27.45%-
XYZ1.850.915.87-
YUV21.38155.44137.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=31.82%
G=4.55%
B=63.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal355700.50.9300.73267.6986.6714.71
Hex23546325D04910c57f
Octal43510662135011141412717
Binary100011101100011011001010111010100100110000110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230546; }

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

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

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

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

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

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

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

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