#23003F

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

Shades of Blackcurrant #23003F

Tints of Blackcurrant #23003F

Color information

#23003F (or 0x23003F) is unknown color: approx Blackcurrant. HEX triplet: 23, 00 and 3F. RGB value is (35,0,63). Sum of RGB (Red+Green+Blue) = 35+0+63=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #23003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23003F is #DCFFC0. Grayscale: #111111. Windows color (decimal): -14483393 or 4128803. OLE color: 4128803.

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

Color convert

RGB35063-
CMYK0.44100.75
HSL273.33º100%12.35%-
HSV(B)273.33º100%24.71%-
XYZ1.590.724.76-
YUV17.65153.6140.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal350630.44100.75273.3310012.35
Hex2303F2C6404B11164c
Octal4307754144011342114414
Binary100011011111110110011001000100101110001000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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