#251A2B

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

Shades of Blackcurrant #251A2B

Tints of Blackcurrant #251A2B

Color information

#251A2B (or 0x251A2B) is unknown color: approx Blackcurrant. HEX triplet: 25, 1A and 2B. RGB value is (37,26,43). Sum of RGB (Red+Green+Blue) = 37+26+43=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 43 - color contains mainly: blue. Hex color #251A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2B is #DAE5D4. Grayscale: #1F1F1F. Windows color (decimal): -14345685 or 2824741. OLE color: 2824741.

HSL color Cylindrical-coordinate representation of color #251A2B: hue angle of 278.82º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #251A2B is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB372643-
CMYK0.140.4000.83
HSL278.82º24.64%13.53%-
HSV(B)278.82º39.53%16.86%-
XYZ1.571.312.46-
YUV31.23134.64132.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=34.91%
G=24.53%
B=40.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3726430.140.4000.83278.8224.6413.53
Hex251A2BE2805311719e
Octal453253165001234273116
Binary10010111010101011111010100001010011100010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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