#251132

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

Shades of Blackcurrant #251132

Tints of Blackcurrant #251132

Color information

#251132 (or 0x251132) is unknown color: approx Blackcurrant. HEX triplet: 25, 11 and 32. RGB value is (37,17,50). Sum of RGB (Red+Green+Blue) = 37+17+50=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #251132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251132 is #DAEECD. Grayscale: #1A1A1A. Windows color (decimal): -14347982 or 3281189. OLE color: 3281189.

HSL color Cylindrical-coordinate representation of color #251132: hue angle of 276.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #251132 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB371750-
CMYK0.260.6600.80
HSL276.36º49.25%13.14%-
HSV(B)276.36º66%19.61%-
XYZ1.541.023.13-
YUV26.74141.13135.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=35.58%
G=16.35%
B=48.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3717500.260.6600.80276.3649.2513.14
Hex2511321A4205011431d
Octal4521623210201204246115
Binary10010110001110010110101000010010100001000101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251132; }

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

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

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

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

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

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

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

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