#231236

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

Shades of Blackcurrant #231236

Tints of Blackcurrant #231236

Color information

#231236 (or 0x231236) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 36. RGB value is (35,18,54). Sum of RGB (Red+Green+Blue) = 35+18+54=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #231236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231236 is #DCEDC9. Grayscale: #1B1B1B. Windows color (decimal): -14478794 or 3543587. OLE color: 3543587.

HSL color Cylindrical-coordinate representation of color #231236: hue angle of 268.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231236 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB351854-
CMYK0.350.6700.79
HSL268.33º50%14.12%-
HSV(B)268.33º66.67%21.18%-
XYZ1.581.063.61-
YUV27.19143.13133.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=32.71%
G=16.82%
B=50.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3518540.350.6700.79268.335014.12
Hex231236234304F10c32e
Octal4322664310301174146216
Binary100011100101101101000111000011010011111000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231236; }

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

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

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

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

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

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

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

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