#251231

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

Shades of Blackcurrant #251231

Tints of Blackcurrant #251231

Color information

#251231 (or 0x251231) is unknown color: approx Blackcurrant. HEX triplet: 25, 12 and 31. RGB value is (37,18,49). Sum of RGB (Red+Green+Blue) = 37+18+49=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #251231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251231 is #DAEDCE. Grayscale: #1B1B1B. Windows color (decimal): -14347727 or 3215909. OLE color: 3215909.

HSL color Cylindrical-coordinate representation of color #251231: hue angle of 276.77º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #251231 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB371849-
CMYK0.240.6300.81
HSL276.77º46.27%13.14%-
HSV(B)276.77º63.27%19.22%-
XYZ1.531.053.03-
YUV27.21140.29134.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=35.58%
G=17.31%
B=47.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3718490.240.6300.81276.7746.2713.14
Hex251231183F0511152ed
Octal452261307701214255615
Binary1001011001011000111000111111010100011000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251231; }

 p { color: rgb(37,18,49); }

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

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

 a { background-color: rgb(37,18,49); }

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

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

 span { border-color: rgb(37,18,49); }

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