#230530

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

Shades of Blackcurrant #230530

Tints of Blackcurrant #230530

Color information

#230530 (or 0x230530) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 30. RGB value is (35,5,48). Sum of RGB (Red+Green+Blue) = 35+5+48=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #230530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230530 is #DCFACF. Grayscale: #121212. Windows color (decimal): -14482128 or 3147043. OLE color: 3147043.

HSL color Cylindrical-coordinate representation of color #230530: hue angle of 281.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230530 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB35548-
CMYK0.270.9000.81
HSL281.86º81.13%10.39%-
HSV(B)281.86º89.58%18.82%-
XYZ1.280.682.86-
YUV18.87144.44139.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=39.77%
G=5.68%
B=54.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal355480.270.9000.81281.8681.1310.39
Hex235301B5A05111a51a
Octal4356033132012143212112
Binary1000111011100001101110110100101000110001101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230530; }

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

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

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

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

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

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

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

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