#230942

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

Shades of Blackcurrant #230942

Tints of Blackcurrant #230942

Color information

#230942 (or 0x230942) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 42. RGB value is (35,9,66). Sum of RGB (Red+Green+Blue) = 35+9+66=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #230942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230942 is #DCF6BD. Grayscale: #171717. Windows color (decimal): -14481086 or 4327715. OLE color: 4327715.

HSL color Cylindrical-coordinate representation of color #230942: hue angle of 267.37º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230942 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB35966-
CMYK0.470.8600.74
HSL267.37º76%14.71%-
HSV(B)267.37º86.36%25.88%-
XYZ1.770.955.24-
YUV23.27152.11136.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 66 (26.17% from 255) = 60%
R=31.82%
G=8.18%
B=60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal359660.470.8600.74267.377614.71
Hex239422F5604A10b4cf
Octal431110257126011241311417
Binary1000111001100001010111110101100100101010000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230942; }

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

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

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

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

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

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

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

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