#230f40

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

Shades of Blackcurrant #230F40

Tints of Blackcurrant #230F40

Color information

#230F40 (or 0x230F40) is unknown color: approx Blackcurrant. HEX triplet: 23, 0F and 40. RGB value is (35,15,64). Sum of RGB (Red+Green+Blue) = 35+15+64=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #230F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F40 is #DCF0BF. Grayscale: #1A1A1A. Windows color (decimal): -14479552 or 4198179. OLE color: 4198179.

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

Color convert

RGB351564-
CMYK0.450.7700.75
HSL264.49º62.03%15.49%-
HSV(B)264.49º76.56%25.1%-
XYZ1.791.074.96-
YUV26.57149.13134.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=30.70%
G=13.16%
B=56.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3515640.450.7700.75264.4962.0315.49
Hex23F402D4D04B1083ef
Octal43171005511501134107617
Binary100011111110000001011011001101010010111000010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230f40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230f40; }

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

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

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

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

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

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

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

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