Html Css Color HEX #251A32 Blackcurrant

📋 copy color: '#251A32'

red 37 ◦ green 26 ◦ blue 50

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

Shades of Blackcurrant #251A32

Tints of Blackcurrant #251A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.01%

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

R = 32.74%
G = 23.01%
B = 44.25%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251A32 (or 0x251A32) is known color: Blackcurrant. HEX triplet: 25, 1A and 32. RGB value is (37,26,50). Sum of RGB (Red+Green+Blue) = 37+26+50=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #251A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A32 is #DAE5CD. Grayscale: #1F1F1F. Windows color (decimal): -14345678 or 3283493. OLE color: 3283493.

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

Color convert

RGB 37 26 50 -
CMYK 0.26 0.48 0 0.80
HSL 267.5º 0.32% 0.15% -
HSV(B) 267.5º 0.48% 0.2% -
XYZ 1.71 1.36 3.19 -
YUV 32.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 37 26 50 0.26 0.48 0 0.80 267.5 0.32 0.15
Hex 25 1A 32 1A 30 0 50 10C 20 F
Octal 45 32 62 32 60 0 120 414 40 17
Binary 100101 11010 110010 11010 110000 0 1010000 100001100 100000 1111

Color Harmonies of #251A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A32

Black with #251A32

Text Example


Text Example

White with #251A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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