#230146

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

Shades of Blackcurrant #230146

Tints of Blackcurrant #230146

Color information

#230146 (or 0x230146) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 46. RGB value is (35,1,70). Sum of RGB (Red+Green+Blue) = 35+1+70=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #230146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230146 is #DCFEB9. Grayscale: #121212. Windows color (decimal): -14483130 or 4587811. OLE color: 4587811.

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

Color convert

RGB35170-
CMYK0.50.9900.73
HSL269.57º97.18%13.92%-
HSV(B)269.57º98.57%27.45%-
XYZ1.810.825.86-
YUV19.03156.76139.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=33.02%
G=0.94%
B=66.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal351700.50.9900.73269.5797.1813.92
Hex23146326304910e61e
Octal43110662143011141614116
Binary1000111100011011001011000110100100110000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230146; }

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

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

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

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

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

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

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

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