#230935

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

Shades of Blackcurrant #230935

Tints of Blackcurrant #230935

Color information

#230935 (or 0x230935) is unknown color: approx Blackcurrant. HEX triplet: 23, 09 and 35. RGB value is (35,9,53). Sum of RGB (Red+Green+Blue) = 35+9+53=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #230935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230935 is #DCF6CA. Grayscale: #151515. Windows color (decimal): -14481099 or 3475747. OLE color: 3475747.

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

Color convert

RGB35953-
CMYK0.340.8300.79
HSL275.45º70.97%12.16%-
HSV(B)275.45º83.02%20.78%-
XYZ1.430.813.45-
YUV21.79145.61137.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=36.08%
G=9.28%
B=54.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal359530.340.8300.79275.4570.9712.16
Hex23935225304F11347c
Octal43116542123011742310714
Binary100011100111010110001010100110100111110001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230935; }

 p { color: rgb(35,9,53); }

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

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

 a { background-color: rgb(35,9,53); }

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

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

 span { border-color: rgb(35,9,53); }

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