#230536

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

Shades of Blackcurrant #230536

Tints of Blackcurrant #230536

Color information

#230536 (or 0x230536) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 36. RGB value is (35,5,54). Sum of RGB (Red+Green+Blue) = 35+5+54=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #230536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230536 is #DCFAC9. Grayscale: #131313. Windows color (decimal): -14482122 or 3540259. OLE color: 3540259.

HSL color Cylindrical-coordinate representation of color #230536: hue angle of 276.73º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230536 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35554-
CMYK0.350.9100.79
HSL276.73º83.05%11.57%-
HSV(B)276.73º90.74%21.18%-
XYZ1.410.733.56-
YUV19.56147.44139.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=37.23%
G=5.32%
B=57.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal355540.350.9100.79276.7383.0511.57
Hex23536235B04F11553c
Octal4356643133011742512314
Binary10001110111011010001110110110100111110001010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230536; }

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

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

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

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

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

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

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

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