#250338

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

Shades of Blackcurrant #250338

Tints of Blackcurrant #250338

Color information

#250338 (or 0x250338) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 38. RGB value is (37,3,56). Sum of RGB (Red+Green+Blue) = 37+3+56=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #250338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250338 is #DAFCC7. Grayscale: #131313. Windows color (decimal): -14351560 or 3670821. OLE color: 3670821.

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

Color convert

RGB37356-
CMYK0.340.9500.78
HSL278.49º89.83%11.57%-
HSV(B)278.49º94.64%21.96%-
XYZ1.510.743.81-
YUV19.21148.76140.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 56 (22.27% from 255) = 58.33%
R=38.54%
G=3.12%
B=58.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal373560.340.9500.78278.4989.8311.57
Hex25338225F04E1165ac
Octal4537042137011642613214
Binary1001011111100010001010111110100111010001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250338; }

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

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

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

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

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

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

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

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