#230244

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

Shades of Blackcurrant #230244

Tints of Blackcurrant #230244

Color information

#230244 (or 0x230244) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 44. RGB value is (35,2,68). Sum of RGB (Red+Green+Blue) = 35+2+68=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #230244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230244 is #DCFDBB. Grayscale: #131313. Windows color (decimal): -14482876 or 4456995. OLE color: 4456995.

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

Color convert

RGB35268-
CMYK0.490.9700.73
HSL270º94.29%13.73%-
HSV(B)270º97.06%26.67%-
XYZ1.760.825.53-
YUV19.39155.43139.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 68 (26.95% from 255) = 64.76%
R=33.33%
G=1.90%
B=64.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal352680.490.9700.7327094.2913.73
Hex23244316104910e5ee
Octal43210461141011141613616
Binary10001110100010011000111000010100100110000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230244; }

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

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

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

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

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

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

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

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