#230330

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

Shades of Blackcurrant #230330

Tints of Blackcurrant #230330

Color information

#230330 (or 0x230330) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 30. RGB value is (35,3,48). Sum of RGB (Red+Green+Blue) = 35+3+48=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #230330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230330 is #DCFCCF. Grayscale: #111111. Windows color (decimal): -14482640 or 3146531. OLE color: 3146531.

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

Color convert

RGB35348-
CMYK0.270.9400.81
HSL282.67º88.24%10%-
HSV(B)282.67º93.75%18.82%-
XYZ1.260.642.85-
YUV17.7145.1140.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=40.70%
G=3.49%
B=55.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal353480.270.9400.81282.6788.2410
Hex233301B5E05111b58a
Octal4336033136012143313012
Binary100011111100001101110111100101000110001101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230330; }

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

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

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

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

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

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

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

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