#230040

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

Shades of Blackcurrant #230040

Tints of Blackcurrant #230040

Color information

#230040 (or 0x230040) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 40. RGB value is (35,0,64). Sum of RGB (Red+Green+Blue) = 35+0+64=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #230040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230040 is #DCFFBF. Grayscale: #111111. Windows color (decimal): -14483392 or 4194339. OLE color: 4194339.

HSL color Cylindrical-coordinate representation of color #230040: hue angle of 272.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230040 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35064-
CMYK0.45100.75
HSL272.81º100%12.55%-
HSV(B)272.81º100%25.1%-
XYZ1.620.734.91-
YUV17.76154.1140.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=35.35%
G=0%
B=64.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal350640.45100.75272.8110012.55
Hex230402D6404B11164d
Octal43010055144011342114415
Binary1000110100000010110111001000100101110001000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230040; }

 p { color: rgb(35,0,64); }

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

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

 a { background-color: rgb(35,0,64); }

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

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

 span { border-color: rgb(35,0,64); }

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