#250835

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

Shades of Blackcurrant #250835

Tints of Blackcurrant #250835

Color information

#250835 (or 0x250835) is unknown color: approx Blackcurrant. HEX triplet: 25, 08 and 35. RGB value is (37,8,53). Sum of RGB (Red+Green+Blue) = 37+8+53=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #250835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250835 is #DAF7CA. Grayscale: #151515. Windows color (decimal): -14350283 or 3475493. OLE color: 3475493.

HSL color Cylindrical-coordinate representation of color #250835: hue angle of 278.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250835 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB37853-
CMYK0.300.8500.79
HSL278.67º73.77%11.96%-
HSV(B)278.67º84.91%20.78%-
XYZ1.490.823.45-
YUV21.8145.61138.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 53 (21.09% from 255) = 54.08%
R=37.76%
G=8.16%
B=54.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal378530.300.8500.79278.6773.7711.96
Hex258351E5504F1174ac
Octal45106536125011742711214
Binary10010110001101011111010101010100111110001011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250835; }

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

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

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

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

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

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

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

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