#230135

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

Shades of Blackcurrant #230135

Tints of Blackcurrant #230135

Color information

#230135 (or 0x230135) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 35. RGB value is (35,1,53). Sum of RGB (Red+Green+Blue) = 35+1+53=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #230135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230135 is #DCFECA. Grayscale: #101010. Windows color (decimal): -14483147 or 3473699. OLE color: 3473699.

HSL color Cylindrical-coordinate representation of color #230135: hue angle of 279.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230135 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35153-
CMYK0.340.9800.79
HSL279.23º96.3%10.59%-
HSV(B)279.23º98.11%20.78%-
XYZ1.350.643.42-
YUV17.09148.26140.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=39.33%
G=1.12%
B=59.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal351530.340.9800.79279.2396.310.59
Hex23135226204F11760b
Octal4316542142011742714013
Binary100011111010110001011000100100111110001011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230135; }

 p { color: rgb(35,1,53); }

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

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

 a { background-color: rgb(35,1,53); }

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

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

 span { border-color: rgb(35,1,53); }

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