#231230

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

Shades of Blackcurrant #231230

Tints of Blackcurrant #231230

Color information

#231230 (or 0x231230) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 30. RGB value is (35,18,48). Sum of RGB (Red+Green+Blue) = 35+18+48=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #231230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231230 is #DCEDCF. Grayscale: #1A1A1A. Windows color (decimal): -14478800 or 3150371. OLE color: 3150371.

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

Color convert

RGB351848-
CMYK0.270.6300.81
HSL274º45.45%12.94%-
HSV(B)274º62.5%18.82%-
XYZ1.4412.91-
YUV26.5140.13134.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=34.65%
G=17.82%
B=47.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3518480.270.6300.8127445.4512.94
Hex2312301B3F0511122dd
Octal432260337701214225515
Binary1000111001011000011011111111010100011000100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231230; }

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

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

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

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

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

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

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

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