#23053C

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

Shades of Blackcurrant #23053C

Tints of Blackcurrant #23053C

Color information

#23053C (or 0x23053C) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 3C. RGB value is (35,5,60). Sum of RGB (Red+Green+Blue) = 35+5+60=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #23053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23053C is #DCFAC3. Grayscale: #141414. Windows color (decimal): -14482116 or 3933475. OLE color: 3933475.

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

Color convert

RGB35560-
CMYK0.420.9200.76
HSL272.73º84.62%12.75%-
HSV(B)272.73º91.67%23.53%-
XYZ1.560.794.35-
YUV20.24150.44138.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 60 (23.83% from 255) = 60%
R=35%
G=5%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal355600.420.9200.76272.7384.6212.75
Hex2353C2A5C04C11155d
Octal4357452134011442112515
Binary10001110111110010101010111000100110010001000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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