#231134

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

Shades of Blackcurrant #231134

Tints of Blackcurrant #231134

Color information

#231134 (or 0x231134) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 34. RGB value is (35,17,52). Sum of RGB (Red+Green+Blue) = 35+17+52=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #231134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231134 is #DCEECB. Grayscale: #1A1A1A. Windows color (decimal): -14479052 or 3412259. OLE color: 3412259.

HSL color Cylindrical-coordinate representation of color #231134: hue angle of 270.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231134 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB351752-
CMYK0.330.6700.80
HSL270.86º50.72%13.53%-
HSV(B)270.86º67.31%20.39%-
XYZ1.511.013.36-
YUV26.37142.46134.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 52 (20.70% from 255) = 50%
R=33.65%
G=16.35%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3517520.330.6700.80270.8650.7213.53
Hex231134214305010f33e
Octal4321644110301204176316
Binary100011100011101001000011000011010100001000011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231134; }

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

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

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

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

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

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

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

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