#230234

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

Shades of Blackcurrant #230234

Tints of Blackcurrant #230234

Color information

#230234 (or 0x230234) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 34. RGB value is (35,2,52). Sum of RGB (Red+Green+Blue) = 35+2+52=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #230234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230234 is #DCFDCB. Grayscale: #111111. Windows color (decimal): -14482892 or 3408419. OLE color: 3408419.

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

Color convert

RGB35252-
CMYK0.330.9600.80
HSL279.6º92.59%10.59%-
HSV(B)279.6º96.15%20.39%-
XYZ1.330.653.3-
YUV17.57147.43140.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=39.33%
G=2.25%
B=58.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352520.330.9600.80279.692.5910.59
Hex2323421600501185db
Octal4326441140012043013513
Binary1000111011010010000111000000101000010001100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230234; }

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

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

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

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

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

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

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

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