#23003D

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

Shades of Blackcurrant #23003D

Tints of Blackcurrant #23003D

Color information

#23003D (or 0x23003D) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 3D. RGB value is (35,0,61). Sum of RGB (Red+Green+Blue) = 35+0+61=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #23003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23003D is #DCFFC2. Grayscale: #111111. Windows color (decimal): -14483395 or 3997731. OLE color: 3997731.

HSL color Cylindrical-coordinate representation of color #23003D: hue angle of 274.43º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23003D is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB35061-
CMYK0.43100.76
HSL274.43º100%11.96%-
HSV(B)274.43º100%23.92%-
XYZ1.540.694.47-
YUV17.42152.6140.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 63.54%
R=36.46%
G=0%
B=63.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal350610.43100.76274.4310011.96
Hex2303D2B6404C11264c
Octal4307553144011442214414
Binary100011011110110101111001000100110010001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23003D; }

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

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

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

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

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

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

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

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