#251A32

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

Shades of Blackcurrant #251A32

Tints of Blackcurrant #251A32

Color information

#251A32 (or 0x251A32) is unknown color: approx Blackcurrant. HEX triplet: 25, 1A and 32. RGB value is (37,26,50). Sum of RGB (Red+Green+Blue) = 37+26+50=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #251A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A32 is #DAE5CD. Grayscale: #1F1F1F. Windows color (decimal): -14345678 or 3283493. OLE color: 3283493.

HSL color Cylindrical-coordinate representation of color #251A32: hue angle of 267.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #251A32 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB372650-
CMYK0.260.4800.80
HSL267.5º31.58%14.9%-
HSV(B)267.5º48%19.61%-
XYZ1.711.363.19-
YUV32.02138.14131.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=32.74%
G=23.01%
B=44.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3726500.260.4800.80267.531.5814.9
Hex251A321A3005010c20f
Octal453262326001204144017
Binary1001011101011001011010110000010100001000011001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A32; }

 p { color: rgb(37,26,50); }

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

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

 a { background-color: rgb(37,26,50); }

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

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

 span { border-color: rgb(37,26,50); }

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