#23033F

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

Shades of Blackcurrant #23033F

Tints of Blackcurrant #23033F

Color information

#23033F (or 0x23033F) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 3F. RGB value is (35,3,63). Sum of RGB (Red+Green+Blue) = 35+3+63=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #23033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23033F is #DCFCC0. Grayscale: #131313. Windows color (decimal): -14482625 or 4129571. OLE color: 4129571.

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

Color convert

RGB35363-
CMYK0.440.9500.75
HSL272º90.91%12.94%-
HSV(B)272º95.24%24.71%-
XYZ1.620.784.77-
YUV19.41152.6139.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 63 (25% from 255) = 62.38%
R=34.65%
G=2.97%
B=62.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal353630.440.9500.7527290.9112.94
Hex2333F2C5F04B1105bd
Octal4337754137011342013315
Binary1000111111111110110010111110100101110001000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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