#250B30

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

Shades of Blackcurrant #250B30

Tints of Blackcurrant #250B30

Color information

#250B30 (or 0x250B30) is unknown color: approx Blackcurrant. HEX triplet: 25, 0B and 30. RGB value is (37,11,48). Sum of RGB (Red+Green+Blue) = 37+11+48=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #250B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B30 is #DAF4CF. Grayscale: #161616. Windows color (decimal): -14349520 or 3148581. OLE color: 3148581.

HSL color Cylindrical-coordinate representation of color #250B30: hue angle of 282.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #250B30 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB371148-
CMYK0.230.7700.81
HSL282.16º62.71%11.57%-
HSV(B)282.16º77.08%18.82%-
XYZ1.420.852.88-
YUV22.99142.11137.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 48 (19.14% from 255) = 50%
R=38.54%
G=11.46%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3711480.230.7700.81282.1662.7111.57
Hex25B30174D05111a3fc
Octal4513602711501214327714
Binary1001011011110000101111001101010100011000110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250B30; }

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

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

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

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

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

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

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

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