#231339

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

Shades of Blackcurrant #231339

Tints of Blackcurrant #231339

Color information

#231339 (or 0x231339) is unknown color: approx Blackcurrant. HEX triplet: 23, 13 and 39. RGB value is (35,19,57). Sum of RGB (Red+Green+Blue) = 35+19+57=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #231339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231339 is #DCECC6. Grayscale: #1B1B1B. Windows color (decimal): -14478535 or 3740451. OLE color: 3740451.

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

Color convert

RGB351957-
CMYK0.390.6700.78
HSL265.26º50%14.9%-
HSV(B)265.26º66.67%22.35%-
XYZ1.661.124-
YUV28.12144.3132.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.53%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=31.53%
G=17.12%
B=51.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3519570.390.6700.78265.265014.9
Hex231339274304E10932f
Octal4323714710301164116217
Binary100011100111110011001111000011010011101000010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231339; }

 p { color: rgb(35,19,57); }

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

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

 a { background-color: rgb(35,19,57); }

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

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

 span { border-color: rgb(35,19,57); }

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