#230336

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

Shades of Blackcurrant #230336

Tints of Blackcurrant #230336

Color information

#230336 (or 0x230336) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 36. RGB value is (35,3,54). Sum of RGB (Red+Green+Blue) = 35+3+54=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #230336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230336 is #DCFCC9. Grayscale: #121212. Windows color (decimal): -14482634 or 3539747. OLE color: 3539747.

HSL color Cylindrical-coordinate representation of color #230336: hue angle of 277.65º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230336 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35354-
CMYK0.350.9400.79
HSL277.65º89.47%11.18%-
HSV(B)277.65º94.44%21.18%-
XYZ1.390.693.55-
YUV18.38148.1139.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 54 (21.48% from 255) = 58.70%
R=38.04%
G=3.26%
B=58.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353540.350.9400.79277.6589.4711.18
Hex23336235E04F11659b
Octal4336643136011742613113
Binary1000111111011010001110111100100111110001011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230336; }

 p { color: rgb(35,3,54); }

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

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

 a { background-color: rgb(35,3,54); }

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

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

 span { border-color: rgb(35,3,54); }

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