#231238

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

Shades of Blackcurrant #231238

Tints of Blackcurrant #231238

Color information

#231238 (or 0x231238) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 38. RGB value is (35,18,56). Sum of RGB (Red+Green+Blue) = 35+18+56=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #231238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231238 is #DCEDC7. Grayscale: #1B1B1B. Windows color (decimal): -14478792 or 3674659. OLE color: 3674659.

HSL color Cylindrical-coordinate representation of color #231238: hue angle of 266.84º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231238 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB351856-
CMYK0.370.6800.78
HSL266.84º51.35%14.51%-
HSV(B)266.84º67.86%21.96%-
XYZ1.621.083.86-
YUV27.42144.13133.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=32.11%
G=16.51%
B=51.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3518560.370.6800.78266.8451.3514.51
Hex231238254404E10b33f
Octal4322704510401164136317
Binary100011100101110001001011000100010011101000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231238; }

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

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

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

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

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

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

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

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