#230C35

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

Shades of Blackcurrant #230C35

Tints of Blackcurrant #230C35

Color information

#230C35 (or 0x230C35) is unknown color: approx Blackcurrant. HEX triplet: 23, 0C and 35. RGB value is (35,12,53). Sum of RGB (Red+Green+Blue) = 35+12+53=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #230C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C35 is #DCF3CA. Grayscale: #171717. Windows color (decimal): -14480331 or 3476515. OLE color: 3476515.

HSL color Cylindrical-coordinate representation of color #230C35: hue angle of 273.66º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230C35 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB351253-
CMYK0.340.7700.79
HSL273.66º63.08%12.75%-
HSV(B)273.66º77.36%20.78%-
XYZ1.470.883.46-
YUV23.55144.62136.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 12 (5.08% from 255) = 12%
BLUE value IS 53 (21.09% from 255) = 53%
R=35%
G=12%
B=53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3512530.340.7700.79273.6663.0812.75
Hex23C35224D04F1123fd
Octal4314654211501174227715
Binary10001111001101011000101001101010011111000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230C35; }

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

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

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

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

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

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

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

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