#231030

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

Shades of Blackcurrant #231030

Tints of Blackcurrant #231030

Color information

#231030 (or 0x231030) is unknown color: approx Blackcurrant. HEX triplet: 23, 10 and 30. RGB value is (35,16,48). Sum of RGB (Red+Green+Blue) = 35+16+48=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #231030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231030 is #DCEFCF. Grayscale: #191919. Windows color (decimal): -14479312 or 3149859. OLE color: 3149859.

HSL color Cylindrical-coordinate representation of color #231030: hue angle of 275.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231030 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB351648-
CMYK0.270.6700.81
HSL275.62º50%12.55%-
HSV(B)275.62º66.67%18.82%-
XYZ1.410.942.9-
YUV25.33140.79134.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=35.35%
G=16.16%
B=48.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3516480.270.6700.81275.625012.55
Hex2310301B4305111432d
Octal4320603310301214246215
Binary10001110000110000110111000011010100011000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231030; }

 p { color: rgb(35,16,48); }

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

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

 a { background-color: rgb(35,16,48); }

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

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

 span { border-color: rgb(35,16,48); }

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