#231533

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

Shades of Blackcurrant #231533

Tints of Blackcurrant #231533

Color information

#231533 (or 0x231533) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 33. RGB value is (35,21,51). Sum of RGB (Red+Green+Blue) = 35+21+51=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #231533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231533 is #DCEACC. Grayscale: #1C1C1C. Windows color (decimal): -14478029 or 3347747. OLE color: 3347747.

HSL color Cylindrical-coordinate representation of color #231533: hue angle of 268º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231533 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB352151-
CMYK0.310.5900.8
HSL268º41.67%14.12%-
HSV(B)268º58.82%20%-
XYZ1.561.133.27-
YUV28.61140.64132.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=32.71%
G=19.63%
B=47.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3521510.310.5900.826841.6714.12
Hex2315331F3B05010c2ae
Octal432563377301204145216
Binary1000111010111001111111111011010100001000011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231533; }

 p { color: rgb(35,21,51); }

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

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

 a { background-color: rgb(35,21,51); }

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

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

 span { border-color: rgb(35,21,51); }

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