#230634

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

Shades of Blackcurrant #230634

Tints of Blackcurrant #230634

Color information

#230634 (or 0x230634) is unknown color: approx Blackcurrant. HEX triplet: 23, 06 and 34. RGB value is (35,6,52). Sum of RGB (Red+Green+Blue) = 35+6+52=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #230634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230634 is #DCF9CB. Grayscale: #131313. Windows color (decimal): -14481868 or 3409443. OLE color: 3409443.

HSL color Cylindrical-coordinate representation of color #230634: hue angle of 277.83º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230634 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB35652-
CMYK0.330.8800.80
HSL277.83º79.31%11.37%-
HSV(B)277.83º88.46%20.39%-
XYZ1.380.743.32-
YUV19.92146.11138.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=37.63%
G=6.45%
B=55.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal356520.330.8800.80277.8379.3111.37
Hex2363421580501164fb
Octal4366441130012042611713
Binary10001111011010010000110110000101000010001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230634; }

 p { color: rgb(35,6,52); }

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

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

 a { background-color: rgb(35,6,52); }

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

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

 span { border-color: rgb(35,6,52); }

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