#230C31

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

Shades of Blackcurrant #230C31

Tints of Blackcurrant #230C31

Color information

#230C31 (or 0x230C31) is unknown color: approx Blackcurrant. HEX triplet: 23, 0C and 31. RGB value is (35,12,49). Sum of RGB (Red+Green+Blue) = 35+12+49=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #230C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C31 is #DCF3CE. Grayscale: #161616. Windows color (decimal): -14480335 or 3214371. OLE color: 3214371.

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

Color convert

RGB351249-
CMYK0.290.7600.81
HSL277.3º60.66%11.96%-
HSV(B)277.3º75.51%19.22%-
XYZ1.380.843-
YUV23.1142.62136.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=36.46%
G=12.5%
B=51.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3512490.290.7600.81277.360.6611.96
Hex23C311D4C0511153dc
Octal4314613511401214257514
Binary1000111100110001111011001100010100011000101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230C31; }

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

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

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

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

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

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

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

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