#231534

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

Shades of Blackcurrant #231534

Tints of Blackcurrant #231534

Color information

#231534 (or 0x231534) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 34. RGB value is (35,21,52). Sum of RGB (Red+Green+Blue) = 35+21+52=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #231534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231534 is #DCEACB. Grayscale: #1C1C1C. Windows color (decimal): -14478028 or 3413283. OLE color: 3413283.

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

Color convert

RGB352152-
CMYK0.330.6000.80
HSL267.1º42.47%14.31%-
HSV(B)267.1º59.62%20.39%-
XYZ1.581.143.39-
YUV28.72141.14132.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=32.41%
G=19.44%
B=48.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3521520.330.6000.80267.142.4714.31
Hex231534213C05010b2ae
Octal432564417401204135216
Binary10001110101110100100001111100010100001000010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231534; }

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

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

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

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

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

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

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

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