#230031

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

Shades of Blackcurrant #230031

Tints of Blackcurrant #230031

Color information

#230031 (or 0x230031) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 31. RGB value is (35,0,49). Sum of RGB (Red+Green+Blue) = 35+0+49=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #230031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230031 is #DCFFCE. Grayscale: #0F0F0F. Windows color (decimal): -14483407 or 3211299. OLE color: 3211299.

HSL color Cylindrical-coordinate representation of color #230031: hue angle of 282.86º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230031 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB35049-
CMYK0.29100.81
HSL282.86º100%9.61%-
HSV(B)282.86º100%19.22%-
XYZ1.250.582.95-
YUV16.05146.6141.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=41.67%
G=0%
B=58.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal350490.29100.81282.861009.61
Hex230311D6405111b64a
Octal4306135144012143314412
Binary10001101100011110111001000101000110001101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230031; }

 p { color: rgb(35,0,49); }

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

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

 a { background-color: rgb(35,0,49); }

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

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

 span { border-color: rgb(35,0,49); }

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