#230533

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

Shades of Blackcurrant #230533

Tints of Blackcurrant #230533

Color information

#230533 (or 0x230533) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 33. RGB value is (35,5,51). Sum of RGB (Red+Green+Blue) = 35+5+51=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #230533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230533 is #DCFACC. Grayscale: #131313. Windows color (decimal): -14482125 or 3343651. OLE color: 3343651.

HSL color Cylindrical-coordinate representation of color #230533: hue angle of 279.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230533 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB35551-
CMYK0.310.9000.8
HSL279.13º82.14%10.98%-
HSV(B)279.13º90.2%20%-
XYZ1.340.73.2-
YUV19.21145.94139.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 51 (20.31% from 255) = 56.04%
R=38.46%
G=5.49%
B=56.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal355510.310.9000.8279.1382.1410.98
Hex235331F5A05011752b
Octal4356337132012042712213
Binary1000111011100111111110110100101000010001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230533; }

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

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

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

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

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

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

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

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