#230928

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

Shades of Blackcurrant #230928

Tints of Blackcurrant #230928

Color information

#230928 (or 0x230928) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 28. RGB value is (35,9,40). Sum of RGB (Red+Green+Blue) = 35+9+40=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #230928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230928 is #DCF6D7. Grayscale: #141414. Windows color (decimal): -14481112 or 2623779. OLE color: 2623779.

HSL color Cylindrical-coordinate representation of color #230928: hue angle of 290.32º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230928 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB35940-
CMYK0.120.7800.84
HSL290.32º63.27%9.61%-
HSV(B)290.32º77.5%15.69%-
XYZ1.170.712.08-
YUV20.31139.11138.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=41.67%
G=10.71%
B=47.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal359400.120.7800.84290.3263.279.61
Hex23928C4E0541223fa
Octal4311501411601244427712
Binary100011100110100011001001110010101001001000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230928; }

 p { color: rgb(35,9,40); }

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

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

 a { background-color: rgb(35,9,40); }

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

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

 span { border-color: rgb(35,9,40); }

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