#230C3D

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

Shades of Blackcurrant #230C3D

Tints of Blackcurrant #230C3D

Color information

#230C3D (or 0x230C3D) is unknown color: approx Blackcurrant. HEX triplet: 23, 0C and 3D. RGB value is (35,12,61). Sum of RGB (Red+Green+Blue) = 35+12+61=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #230C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C3D is #DCF3C2. Grayscale: #181818. Windows color (decimal): -14480323 or 4000803. OLE color: 4000803.

HSL color Cylindrical-coordinate representation of color #230C3D: hue angle of 268.16º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230C3D is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB351261-
CMYK0.430.8000.76
HSL268.16º67.12%14.31%-
HSV(B)268.16º80.33%23.92%-
XYZ1.670.964.51-
YUV24.46148.62135.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 61 (24.22% from 255) = 56.48%
R=32.41%
G=11.11%
B=56.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3512610.430.8000.76268.1667.1214.31
Hex23C3D2B5004C10c43e
Octal43147553120011441410316
Binary100011110011110110101110100000100110010000110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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