#230231

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

Shades of Blackcurrant #230231

Tints of Blackcurrant #230231

Color information

#230231 (or 0x230231) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 31. RGB value is (35,2,49). Sum of RGB (Red+Green+Blue) = 35+2+49=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #230231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230231 is #DCFDCE. Grayscale: #111111. Windows color (decimal): -14482895 or 3211811. OLE color: 3211811.

HSL color Cylindrical-coordinate representation of color #230231: hue angle of 282.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230231 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB35249-
CMYK0.290.9600.81
HSL282.13º92.16%10%-
HSV(B)282.13º95.92%19.22%-
XYZ1.270.622.96-
YUV17.23145.93140.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=40.70%
G=2.33%
B=56.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal352490.290.9600.81282.1392.1610
Hex232311D6005111a5ca
Octal4326135140012143213412
Binary100011101100011110111000000101000110001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230231; }

 p { color: rgb(35,2,49); }

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

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

 a { background-color: rgb(35,2,49); }

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

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

 span { border-color: rgb(35,2,49); }

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