#230741

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

Shades of Blackcurrant #230741

Tints of Blackcurrant #230741

Color information

#230741 (or 0x230741) is unknown color: approx Blackcurrant. HEX triplet: 23, 07 and 41. RGB value is (35,7,65). Sum of RGB (Red+Green+Blue) = 35+7+65=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #230741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230741 is #DCF8BE. Grayscale: #151515. Windows color (decimal): -14481599 or 4261667. OLE color: 4261667.

HSL color Cylindrical-coordinate representation of color #230741: hue angle of 268.97º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230741 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35765-
CMYK0.460.8900.75
HSL268.97º80.56%14.12%-
HSV(B)268.97º89.23%25.49%-
XYZ1.720.895.08-
YUV21.98152.28137.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=32.71%
G=6.54%
B=60.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal357650.460.8900.75268.9780.5614.12
Hex237412E5904B10d51e
Octal43710156131011341512116
Binary100011111100000110111010110010100101110000110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230741; }

 p { color: rgb(35,7,65); }

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

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

 a { background-color: rgb(35,7,65); }

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

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

 span { border-color: rgb(35,7,65); }

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