#251930

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

Shades of Blackcurrant #251930

Tints of Blackcurrant #251930

Color information

#251930 (or 0x251930) is unknown color: approx Blackcurrant. HEX triplet: 25, 19 and 30. RGB value is (37,25,48). Sum of RGB (Red+Green+Blue) = 37+25+48=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #251930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251930 is #DAE6CF. Grayscale: #1F1F1F. Windows color (decimal): -14345936 or 3152165. OLE color: 3152165.

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

Color convert

RGB372548-
CMYK0.230.4800.81
HSL271.3º31.51%14.31%-
HSV(B)271.3º47.92%18.82%-
XYZ1.641.32.96-
YUV31.21137.48132.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=33.64%
G=22.73%
B=43.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3725480.230.4800.81271.331.5114.31
Hex251930173005110f20e
Octal453160276001214174016
Binary1001011100111000010111110000010100011000011111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251930; }

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

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

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

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

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

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

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

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