#250838

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

Shades of Blackcurrant #250838

Tints of Blackcurrant #250838

Color information

#250838 (or 0x250838) is unknown color: approx Blackcurrant. HEX triplet: 25, 08 and 38. RGB value is (37,8,56). Sum of RGB (Red+Green+Blue) = 37+8+56=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #250838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250838 is #DAF7C7. Grayscale: #151515. Windows color (decimal): -14350280 or 3672101. OLE color: 3672101.

HSL color Cylindrical-coordinate representation of color #250838: hue angle of 276.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250838 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB37856-
CMYK0.340.8600.78
HSL276.25º75%12.55%-
HSV(B)276.25º85.71%21.96%-
XYZ1.560.853.82-
YUV22.14147.11138.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=36.63%
G=7.92%
B=55.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal378560.340.8600.78276.257512.55
Hex25838225604E1144bd
Octal45107042126011642411315
Binary100101100011100010001010101100100111010001010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250838; }

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

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

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

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

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

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

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

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