#230944

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

Shades of Blackcurrant #230944

Tints of Blackcurrant #230944

Color information

#230944 (or 0x230944) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 44. RGB value is (35,9,68). Sum of RGB (Red+Green+Blue) = 35+9+68=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #230944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230944 is #DCF6BB. Grayscale: #171717. Windows color (decimal): -14481084 or 4458787. OLE color: 4458787.

HSL color Cylindrical-coordinate representation of color #230944: hue angle of 266.44º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #230944 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB35968-
CMYK0.490.8700.73
HSL266.44º76.62%15.1%-
HSV(B)266.44º86.76%26.67%-
XYZ1.830.975.56-
YUV23.5153.11136.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 68 (26.95% from 255) = 60.71%
R=31.25%
G=8.04%
B=60.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal359680.490.8700.73266.4476.6215.1
Hex23944315704910a4df
Octal431110461127011141211517
Binary1000111001100010011000110101110100100110000101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230944; }

 p { color: rgb(35,9,68); }

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

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

 a { background-color: rgb(35,9,68); }

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

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

 span { border-color: rgb(35,9,68); }

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