#230247

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

Shades of Blackcurrant #230247

Tints of Blackcurrant #230247

Color information

#230247 (or 0x230247) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 47. RGB value is (35,2,71). Sum of RGB (Red+Green+Blue) = 35+2+71=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #230247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230247 is #DCFDB8. Grayscale: #131313. Windows color (decimal): -14482873 or 4653603. OLE color: 4653603.

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

Color convert

RGB35271-
CMYK0.510.9700.72
HSL268.7º94.52%14.31%-
HSV(B)268.7º97.18%27.84%-
XYZ1.850.866.03-
YUV19.73156.93138.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=32.41%
G=1.85%
B=65.74%

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
Decimal352710.510.9700.72268.794.5214.31
Hex23247336104810d5fe
Octal43210763141011041513716
Binary10001110100011111001111000010100100010000110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230247; }

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

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

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

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

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

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

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

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