#251B32

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

Shades of Blackcurrant #251B32

Tints of Blackcurrant #251B32

Color information

#251B32 (or 0x251B32) is unknown color: approx Blackcurrant. HEX triplet: 25, 1B and 32. RGB value is (37,27,50). Sum of RGB (Red+Green+Blue) = 37+27+50=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #251B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B32 is #DAE4CD. Grayscale: #202020. Windows color (decimal): -14345422 or 3283749. OLE color: 3283749.

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

Color convert

RGB372750-
CMYK0.260.4600.80
HSL266.09º29.87%15.1%-
HSV(B)266.09º46%19.61%-
XYZ1.731.413.2-
YUV32.61137.81131.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=32.46%
G=23.68%
B=43.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3727500.260.4600.80266.0929.8715.1
Hex251B321A2E05010a1ef
Octal453362325601204123617
Binary100101110111100101101010111001010000100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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