#231237

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

Shades of Blackcurrant #231237

Tints of Blackcurrant #231237

Color information

#231237 (or 0x231237) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 37. RGB value is (35,18,55). Sum of RGB (Red+Green+Blue) = 35+18+55=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #231237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231237 is #DCEDC8. Grayscale: #1B1B1B. Windows color (decimal): -14478793 or 3609123. OLE color: 3609123.

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

Color convert

RGB351855-
CMYK0.360.6700.78
HSL267.57º50.68%14.31%-
HSV(B)267.57º67.27%21.57%-
XYZ1.61.073.74-
YUV27.3143.63133.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 50.93%
R=32.41%
G=16.67%
B=50.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3518550.360.6700.78267.5750.6814.31
Hex231237244304E10c33e
Octal4322674410301164146316
Binary100011100101101111001001000011010011101000011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231237; }

 p { color: rgb(35,18,55); }

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

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

 a { background-color: rgb(35,18,55); }

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

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

 span { border-color: rgb(35,18,55); }

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