#230538

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

Shades of Blackcurrant #230538

Tints of Blackcurrant #230538

Color information

#230538 (or 0x230538) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 38. RGB value is (35,5,56). Sum of RGB (Red+Green+Blue) = 35+5+56=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #230538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230538 is #DCFAC7. Grayscale: #131313. Windows color (decimal): -14482120 or 3671331. OLE color: 3671331.

HSL color Cylindrical-coordinate representation of color #230538: hue angle of 275.29º 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 #230538 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35556-
CMYK0.370.9100.78
HSL275.29º83.61%11.96%-
HSV(B)275.29º91.07%21.96%-
XYZ1.460.753.81-
YUV19.78148.44138.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 56 (22.27% from 255) = 58.33%
R=36.46%
G=5.21%
B=58.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355560.370.9100.78275.2983.6111.96
Hex23538255B04E11354c
Octal4357045133011642312414
Binary10001110111100010010110110110100111010001001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230538; }

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

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

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

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

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

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

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

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