#250830

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

Shades of Blackcurrant #250830

Tints of Blackcurrant #250830

Color information

#250830 (or 0x250830) is unknown color: approx Blackcurrant. HEX triplet: 25, 08 and 30. RGB value is (37,8,48). Sum of RGB (Red+Green+Blue) = 37+8+48=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #250830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250830 is #DAF7CF. Grayscale: #151515. Windows color (decimal): -14350288 or 3147813. OLE color: 3147813.

HSL color Cylindrical-coordinate representation of color #250830: hue angle of 283.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250830 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB37848-
CMYK0.230.8300.81
HSL283.5º71.43%10.98%-
HSV(B)283.5º83.33%18.82%-
XYZ1.380.782.87-
YUV21.23143.11139.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=39.78%
G=8.60%
B=51.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal378480.230.8300.81283.571.4310.98
Hex25830175305111c47b
Octal45106027123012143410713
Binary10010110001100001011110100110101000110001110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250830; }

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

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

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

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

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

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

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

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