#230338

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

Shades of Blackcurrant #230338

Tints of Blackcurrant #230338

Color information

#230338 (or 0x230338) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 38. RGB value is (35,3,56). Sum of RGB (Red+Green+Blue) = 35+3+56=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #230338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230338 is #DCFCC7. Grayscale: #121212. Windows color (decimal): -14482632 or 3670819. OLE color: 3670819.

HSL color Cylindrical-coordinate representation of color #230338: hue angle of 276.23º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230338 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35356-
CMYK0.370.9500.78
HSL276.23º89.83%11.57%-
HSV(B)276.23º94.64%21.96%-
XYZ1.440.713.8-
YUV18.61149.1139.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 56 (22.27% from 255) = 59.57%
R=37.23%
G=3.19%
B=59.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal353560.370.9500.78276.2389.8311.57
Hex23338255F04E1145ac
Octal4337045137011642413214
Binary1000111111100010010110111110100111010001010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230338; }

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

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

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

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

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

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

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

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