#23033C

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

Shades of Blackcurrant #23033C

Tints of Blackcurrant #23033C

Color information

#23033C (or 0x23033C) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 3C. RGB value is (35,3,60). Sum of RGB (Red+Green+Blue) = 35+3+60=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #23033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23033C is #DCFCC3. Grayscale: #121212. Windows color (decimal): -14482628 or 3932963. OLE color: 3932963.

HSL color Cylindrical-coordinate representation of color #23033C: hue angle of 273.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23033C is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB35360-
CMYK0.420.9500.76
HSL273.68º90.48%12.35%-
HSV(B)273.68º95%23.53%-
XYZ1.540.754.34-
YUV19.07151.1139.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 60 (23.83% from 255) = 61.22%
R=35.71%
G=3.06%
B=61.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal353600.420.9500.76273.6890.4812.35
Hex2333C2A5F04C1125ac
Octal4337452137011442213214
Binary1000111111110010101010111110100110010001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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