#230235

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

Shades of Blackcurrant #230235

Tints of Blackcurrant #230235

Color information

#230235 (or 0x230235) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 35. RGB value is (35,2,53). Sum of RGB (Red+Green+Blue) = 35+2+53=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #230235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230235 is #DCFDCA. Grayscale: #111111. Windows color (decimal): -14482891 or 3473955. OLE color: 3473955.

HSL color Cylindrical-coordinate representation of color #230235: hue angle of 278.82º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230235 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35253-
CMYK0.340.9600.79
HSL278.82º92.73%10.78%-
HSV(B)278.82º96.23%20.78%-
XYZ1.360.663.42-
YUV17.68147.93140.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=38.89%
G=2.22%
B=58.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal352530.340.9600.79278.8292.7310.78
Hex23235226004F1175db
Octal4326542140011742713513
Binary1000111011010110001011000000100111110001011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230235; }

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

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

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

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

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

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

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

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