#230335

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

Shades of Blackcurrant #230335

Tints of Blackcurrant #230335

Color information

#230335 (or 0x230335) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 35. RGB value is (35,3,53). Sum of RGB (Red+Green+Blue) = 35+3+53=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #230335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230335 is #DCFCCA. Grayscale: #121212. Windows color (decimal): -14482635 or 3474211. OLE color: 3474211.

HSL color Cylindrical-coordinate representation of color #230335: hue angle of 278.4º 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 #230335 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35353-
CMYK0.340.9400.79
HSL278.4º89.29%10.98%-
HSV(B)278.4º94.34%20.78%-
XYZ1.370.683.43-
YUV18.27147.6139.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=38.46%
G=3.30%
B=58.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353530.340.9400.79278.489.2910.98
Hex23335225E04F11659b
Octal4336542136011742613113
Binary1000111111010110001010111100100111110001011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230335; }

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

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

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

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

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

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

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

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