#251C28

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

Shades of Blackcurrant #251C28

Tints of Blackcurrant #251C28

Color information

#251C28 (or 0x251C28) is unknown color: approx Blackcurrant. HEX triplet: 25, 1C and 28. RGB value is (37,28,40). Sum of RGB (Red+Green+Blue) = 37+28+40=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #251C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C28 is #DAE3D7. Grayscale: #202020. Windows color (decimal): -14345176 or 2628645. OLE color: 2628645.

HSL color Cylindrical-coordinate representation of color #251C28: hue angle of 285º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251C28 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB372840-
CMYK0.070.3000.84
HSL285º17.65%13.33%-
HSV(B)285º30%15.69%-
XYZ1.561.382.19-
YUV32.06132.48131.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=35.24%
G=26.67%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3728400.070.3000.8428517.6513.33
Hex251C2871E05411d12d
Octal45345073601244352215
Binary100101111001010001111111001010100100011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,40); }

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

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

 a { background-color: rgb(37,28,40); }

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

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

 span { border-color: rgb(37,28,40); }

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