#230447

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

Shades of Blackcurrant #230447

Tints of Blackcurrant #230447

Color information

#230447 (or 0x230447) is unknown color: approx Blackcurrant. HEX triplet: 23, 04 and 47. RGB value is (35,4,71). Sum of RGB (Red+Green+Blue) = 35+4+71=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #230447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230447 is #DCFBB8. Grayscale: #141414. Windows color (decimal): -14482361 or 4654115. OLE color: 4654115.

HSL color Cylindrical-coordinate representation of color #230447: hue angle of 267.76º 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 #230447 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB35471-
CMYK0.510.9400.72
HSL267.76º89.33%14.71%-
HSV(B)267.76º94.37%27.84%-
XYZ1.870.96.04-
YUV20.91156.27138.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=31.82%
G=3.64%
B=64.55%

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
Decimal354710.510.9400.72267.7689.3314.71
Hex23447335E04810c59f
Octal43410763136011041413117
Binary100011100100011111001110111100100100010000110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230447; }

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

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

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

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

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

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

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

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