#23033E

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

Shades of Blackcurrant #23033E

Tints of Blackcurrant #23033E

Color information

#23033E (or 0x23033E) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 3E. RGB value is (35,3,62). Sum of RGB (Red+Green+Blue) = 35+3+62=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 62 (24.61% from 255 or 62% from 100); Max value from RGB is 62 - color contains mainly: blue. Hex color #23033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23033E is #DCFCC1. Grayscale: #131313. Windows color (decimal): -14482626 or 4064035. OLE color: 4064035.

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

Color convert

RGB35362-
CMYK0.440.9500.76
HSL272.54º90.77%12.75%-
HSV(B)272.54º95.16%24.31%-
XYZ1.60.774.62-
YUV19.29152.1139.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 62 (24.61% from 255) = 62%
R=35%
G=3%
B=62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal353620.440.9500.76272.5490.7712.75
Hex2333E2C5F04C1115bd
Octal4337654137011442113315
Binary1000111111111010110010111110100110010001000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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