#230334

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

Shades of Blackcurrant #230334

Tints of Blackcurrant #230334

Color information

#230334 (or 0x230334) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 34. RGB value is (35,3,52). Sum of RGB (Red+Green+Blue) = 35+3+52=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #230334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230334 is #DCFCCB. Grayscale: #111111. Windows color (decimal): -14482636 or 3408675. OLE color: 3408675.

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

Color convert

RGB35352-
CMYK0.330.9400.80
HSL279.18º89.09%10.78%-
HSV(B)279.18º94.23%20.39%-
XYZ1.350.673.31-
YUV18.15147.1140.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 52 (20.70% from 255) = 57.78%
R=38.89%
G=3.33%
B=57.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal353520.330.9400.80279.1889.0910.78
Hex23334215E05011759b
Octal4336441136012042713113
Binary1000111111010010000110111100101000010001011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230334; }

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

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

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

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

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

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

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

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