#230434

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

Shades of Blackcurrant #230434

Tints of Blackcurrant #230434

Color information

#230434 (or 0x230434) is unknown color: approx Blackcurrant. HEX triplet: 23, 04 and 34. RGB value is (35,4,52). Sum of RGB (Red+Green+Blue) = 35+4+52=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #230434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230434 is #DCFBCB. Grayscale: #121212. Windows color (decimal): -14482380 or 3408931. OLE color: 3408931.

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

Color convert

RGB35452-
CMYK0.330.9200.80
HSL278.75º85.71%10.98%-
HSV(B)278.75º92.31%20.39%-
XYZ1.360.693.31-
YUV18.74146.77139.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=38.46%
G=4.40%
B=57.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal354520.330.9200.80278.7585.7110.98
Hex23434215C05011756b
Octal4346441134012042712613
Binary10001110011010010000110111000101000010001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230434; }

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

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

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

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

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

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

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

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