#230136

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

Shades of Blackcurrant #230136

Tints of Blackcurrant #230136

Color information

#230136 (or 0x230136) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 36. RGB value is (35,1,54). Sum of RGB (Red+Green+Blue) = 35+1+54=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #230136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230136 is #DCFEC9. Grayscale: #111111. Windows color (decimal): -14483146 or 3539235. OLE color: 3539235.

HSL color Cylindrical-coordinate representation of color #230136: hue angle of 278.49º 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 #230136 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35154-
CMYK0.350.9800.79
HSL278.49º96.36%10.78%-
HSV(B)278.49º98.15%21.18%-
XYZ1.370.653.54-
YUV17.21148.76140.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 54 (21.48% from 255) = 60%
R=38.89%
G=1.11%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal351540.350.9800.79278.4996.3610.78
Hex23136236204F11660b
Octal4316643142011742614013
Binary100011111011010001111000100100111110001011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230136; }

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

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

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

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

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

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

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

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