Html Css Color HEX #251132 Blackcurrant

📋 copy color: '#251132'

red 37 ◦ green 17 ◦ blue 50

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

Shades of Blackcurrant #251132

Tints of Blackcurrant #251132

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 value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251132 (or 0x251132) is known color: 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

RGB 37 17 50 -
CMYK 0.26 0.66 0 0.80
HSL 276.36º 0.49% 0.13% -
HSV(B) 276.36º 0.66% 0.2% -
XYZ 1.54 1.02 3.13 -
YUV 26.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 37 17 50 0.26 0.66 0 0.80 276.36 0.49 0.13
Hex 25 11 32 1A 42 0 50 114 31 D
Octal 45 21 62 32 102 0 120 424 61 15
Binary 100101 10001 110010 11010 1000010 0 1010000 100010100 110001 1101

Color Harmonies of #251132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251132

Black with #251132

Text Example


Text Example

White with #251132

Text Example


Text Example

HTML Codes & Css Web 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>