#231133

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

Shades of Blackcurrant #231133

Tints of Blackcurrant #231133

Color information

#231133 (or 0x231133) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 33. RGB value is (35,17,51). Sum of RGB (Red+Green+Blue) = 35+17+51=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #231133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231133 is #DCEECC. Grayscale: #1A1A1A. Windows color (decimal): -14479053 or 3346723. OLE color: 3346723.

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

Color convert

RGB351751-
CMYK0.310.6700.8
HSL271.76º50%13.33%-
HSV(B)271.76º66.67%20%-
XYZ1.4913.25-
YUV26.26141.96134.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=33.98%
G=16.50%
B=49.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3517510.310.6700.8271.765013.33
Hex2311331F4305011032d
Octal4321633710301204206215
Binary10001110001110011111111000011010100001000100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231133; }

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

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

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

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

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

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

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

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