#230A31

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

Shades of Blackcurrant #230A31

Tints of Blackcurrant #230A31

Color information

#230A31 (or 0x230A31) is unknown color: approx Blackcurrant. HEX triplet: 23, 0A and 31. RGB value is (35,10,49). Sum of RGB (Red+Green+Blue) = 35+10+49=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #230A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A31 is #DCF5CE. Grayscale: #151515. Windows color (decimal): -14480847 or 3213859. OLE color: 3213859.

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

Color convert

RGB351049-
CMYK0.290.8000.81
HSL278.46º66.1%11.57%-
HSV(B)278.46º79.59%19.22%-
XYZ1.360.82.99-
YUV21.92143.28137.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=37.23%
G=10.64%
B=52.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3510490.290.8000.81278.4666.111.57
Hex23A311D5005111642c
Octal43126135120012142610214
Binary10001110101100011110110100000101000110001011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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