Html Css Color HEX #251532 Blackcurrant

📋 copy color: '#251532'

red 37 ◦ green 21 ◦ blue 50

#251532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #251532

Tints of Blackcurrant #251532

RGB

 RED value IS 37 (14.84% from 255) = 34.26%

 GREEN value IS 21 (8.59% from 255) = 19.44%

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 34.26%
G = 19.44%
B = 46.3%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251532 (or 0x251532) is known color: Blackcurrant. HEX triplet: 25, 15 and 32. RGB value is (37,21,50). Sum of RGB (Red+Green+Blue) = 37+21+50=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #251532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251532 is #DAEACD. Grayscale: #1C1C1C. Windows color (decimal): -14346958 or 3282213. OLE color: 3282213.

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

Color convert

RGB 37 21 50 -
CMYK 0.26 0.58 0 0.80
HSL 273.1º 0.41% 0.14% -
HSV(B) 273.1º 0.58% 0.2% -
XYZ 1.61 1.16 3.16 -
YUV 29.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 37 21 50 0.26 0.58 0 0.80 273.1 0.41 0.14
Hex 25 15 32 1A 3A 0 50 111 29 E
Octal 45 25 62 32 72 0 120 421 51 16
Binary 100101 10101 110010 11010 111010 0 1010000 100010001 101001 1110

Color Harmonies of #251532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251532

Black with #251532

Text Example


Text Example

White with #251532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251532; }

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

 H1.HeaderClassName
 {
   color: #251532;
 }
 .AnyTagClassName
 {
   color: #251532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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