#230144

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

Shades of Blackcurrant #230144

Tints of Blackcurrant #230144

Color information

#230144 (or 0x230144) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 44. RGB value is (35,1,68). Sum of RGB (Red+Green+Blue) = 35+1+68=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #230144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230144 is #DCFEBB. Grayscale: #121212. Windows color (decimal): -14483132 or 4456739. OLE color: 4456739.

HSL color Cylindrical-coordinate representation of color #230144: hue angle of 270.45º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230144 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB35168-
CMYK0.490.9900.73
HSL270.45º97.1%13.53%-
HSV(B)270.45º98.53%26.67%-
XYZ1.750.85.53-
YUV18.8155.76139.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 68 (26.95% from 255) = 65.38%
R=33.65%
G=0.96%
B=65.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal351680.490.9900.73270.4597.113.53
Hex23144316304910e61e
Octal43110461143011141614116
Binary1000111100010011000111000110100100110000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230144; }

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

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

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

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

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

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

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

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