#230248

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

Shades of Blackcurrant #230248

Tints of Blackcurrant #230248

Color information

#230248 (or 0x230248) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 48. RGB value is (35,2,72). Sum of RGB (Red+Green+Blue) = 35+2+72=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #230248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230248 is #DCFDB7. Grayscale: #131313. Windows color (decimal): -14482872 or 4719139. OLE color: 4719139.

HSL color Cylindrical-coordinate representation of color #230248: hue angle of 268.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230248 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB35272-
CMYK0.510.9700.72
HSL268.29º94.59%14.51%-
HSV(B)268.29º97.22%28.24%-
XYZ1.880.876.2-
YUV19.85157.43138.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 72 (28.52% from 255) = 66.06%
R=32.11%
G=1.83%
B=66.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal352720.510.9700.72268.2994.5914.51
Hex23248336104810c5ff
Octal43211063141011041413717
Binary10001110100100011001111000010100100010000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230248; }

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

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

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

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

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

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

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

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