#251B2E

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

Shades of Blackcurrant #251B2E

Tints of Blackcurrant #251B2E

Color information

#251B2E (or 0x251B2E) is unknown color: approx Blackcurrant. HEX triplet: 25, 1B and 2E. RGB value is (37,27,46). Sum of RGB (Red+Green+Blue) = 37+27+46=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #251B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B2E is #DAE4D1. Grayscale: #202020. Windows color (decimal): -14345426 or 3021605. OLE color: 3021605.

HSL color Cylindrical-coordinate representation of color #251B2E: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #251B2E is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372746-
CMYK0.200.4100.82
HSL271.58º26.03%14.31%-
HSV(B)271.58º41.3%18.04%-
XYZ1.651.372.76-
YUV32.16135.81131.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=33.64%
G=24.55%
B=41.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3727460.200.4100.82271.5826.0314.31
Hex251B2E14290521101ae
Octal453356245101224203216
Binary100101110111011101010010100101010010100010000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,27,46); }

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

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

 a { background-color: rgb(37,27,46); }

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

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

 span { border-color: rgb(37,27,46); }

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