Html Css Color HEX #251032 Blackcurrant

📋 copy color: '#251032'

red 37 ◦ green 16 ◦ blue 50

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

Shades of Blackcurrant #251032

Tints of Blackcurrant #251032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 35.92%
G = 15.53%
B = 48.54%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251032 (or 0x251032) is known color: Blackcurrant. HEX triplet: 25, 10 and 32. RGB value is (37,16,50). Sum of RGB (Red+Green+Blue) = 37+16+50=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #251032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251032 is #DAEFCD. Grayscale: #1A1A1A. Windows color (decimal): -14348238 or 3280933. OLE color: 3280933.

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

Color convert

RGB 37 16 50 -
CMYK 0.26 0.68 0 0.80
HSL 277.06º 0.52% 0.13% -
HSV(B) 277.06º 0.68% 0.2% -
XYZ 1.52 0.99 3.13 -
YUV 26.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 37 16 50 0.26 0.68 0 0.80 277.06 0.52 0.13
Hex 25 10 32 1A 44 0 50 115 34 D
Octal 45 20 62 32 104 0 120 425 64 15
Binary 100101 10000 110010 11010 1000100 0 1010000 100010101 110100 1101

Color Harmonies of #251032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251032

Black with #251032

Text Example


Text Example

White with #251032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251032; }

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

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

background-color css

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

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

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

border-color css

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

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

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