#231228

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

Shades of Blackcurrant #231228

Tints of Blackcurrant #231228

Color information

#231228 (or 0x231228) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 28. RGB value is (35,18,40). Sum of RGB (Red+Green+Blue) = 35+18+40=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #231228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231228 is #DCEDD7. Grayscale: #191919. Windows color (decimal): -14478808 or 2626083. OLE color: 2626083.

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

Color convert

RGB351840-
CMYK0.120.5500.84
HSL286.36º37.93%11.37%-
HSV(B)286.36º55%15.69%-
XYZ1.290.942.12-
YUV25.59136.13134.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=37.63%
G=19.35%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3518400.120.5500.84286.3637.9311.37
Hex231228C3705411e26b
Octal432250146701244364613
Binary100011100101010001100110111010101001000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231228; }

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

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

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

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

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

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

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

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