#230448

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

Shades of Blackcurrant #230448

Tints of Blackcurrant #230448

Color information

#230448 (or 0x230448) is unknown color: approx Blackcurrant. HEX triplet: 23, 04 and 48. RGB value is (35,4,72). Sum of RGB (Red+Green+Blue) = 35+4+72=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #230448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230448 is #DCFBB7. Grayscale: #141414. Windows color (decimal): -14482360 or 4719651. OLE color: 4719651.

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

Color convert

RGB35472-
CMYK0.510.9400.72
HSL267.35º89.47%14.9%-
HSV(B)267.35º94.44%28.24%-
XYZ1.910.916.21-
YUV21.02156.77137.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.53%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=31.53%
G=3.60%
B=64.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal354720.510.9400.72267.3589.4714.9
Hex23448335E04810b59f
Octal43411063136011041313117
Binary100011100100100011001110111100100100010000101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230448; }

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

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

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

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

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

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

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

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