#230341

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

Shades of Blackcurrant #230341

Tints of Blackcurrant #230341

Color information

#230341 (or 0x230341) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 41. RGB value is (35,3,65). Sum of RGB (Red+Green+Blue) = 35+3+65=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #230341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230341 is #DCFCBE. Grayscale: #131313. Windows color (decimal): -14482623 or 4260643. OLE color: 4260643.

HSL color Cylindrical-coordinate representation of color #230341: hue angle of 270.97º 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 #230341 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35365-
CMYK0.460.9500.75
HSL270.97º91.18%13.33%-
HSV(B)270.97º95.38%25.49%-
XYZ1.680.85.07-
YUV19.64153.6138.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 65 (25.78% from 255) = 63.11%
R=33.98%
G=2.91%
B=63.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal353650.460.9500.75270.9791.1813.33
Hex233412E5F04B10f5bd
Octal43310156137011341713315
Binary10001111100000110111010111110100101110000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230341; }

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

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

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

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

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

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

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

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