#231028

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

Shades of Blackcurrant #231028

Tints of Blackcurrant #231028

Color information

#231028 (or 0x231028) is unknown color: approx Blackcurrant. HEX triplet: 23, 10 and 28. RGB value is (35,16,40). Sum of RGB (Red+Green+Blue) = 35+16+40=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #231028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231028 is #DCEFD7. Grayscale: #181818. Windows color (decimal): -14479320 or 2625571. OLE color: 2625571.

HSL color Cylindrical-coordinate representation of color #231028: hue angle of 287.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231028 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB351640-
CMYK0.120.6000.84
HSL287.5º42.86%10.98%-
HSV(B)287.5º60%15.69%-
XYZ1.260.882.11-
YUV24.42136.79135.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=38.46%
G=17.58%
B=43.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3516400.120.6000.84287.542.8610.98
Hex231028C3C0541202bb
Octal432050147401244405313
Binary100011100001010001100111100010101001001000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231028; }

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

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

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

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

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

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

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

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