#230539

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

Shades of Blackcurrant #230539

Tints of Blackcurrant #230539

Color information

#230539 (or 0x230539) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 39. RGB value is (35,5,57). Sum of RGB (Red+Green+Blue) = 35+5+57=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #230539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230539 is #DCFAC6. Grayscale: #131313. Windows color (decimal): -14482119 or 3736867. OLE color: 3736867.

HSL color Cylindrical-coordinate representation of color #230539: hue angle of 274.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230539 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35557-
CMYK0.390.9100.78
HSL274.62º83.87%12.16%-
HSV(B)274.62º91.23%22.35%-
XYZ1.490.763.94-
YUV19.9148.94138.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=36.08%
G=5.15%
B=58.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355570.390.9100.78274.6283.8712.16
Hex23539275B04E11354c
Octal4357147133011642312414
Binary10001110111100110011110110110100111010001001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230539; }

 p { color: rgb(35,5,57); }

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

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

 a { background-color: rgb(35,5,57); }

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

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

 span { border-color: rgb(35,5,57); }

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