#230046

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

Shades of Blackcurrant #230046

Tints of Blackcurrant #230046

Color information

#230046 (or 0x230046) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 46. RGB value is (35,0,70). Sum of RGB (Red+Green+Blue) = 35+0+70=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #230046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230046 is #DCFFB9. Grayscale: #121212. Windows color (decimal): -14483386 or 4587555. OLE color: 4587555.

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

Color convert

RGB35070-
CMYK0.5100.73
HSL270º100%13.73%-
HSV(B)270º100%27.45%-
XYZ1.80.85.85-
YUV18.44157.1139.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal350700.5100.7327010013.73
Hex23046326404910e64e
Octal43010662144011141614416
Binary1000110100011011001011001000100100110000111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230046; }

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

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

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

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

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

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

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

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