Html Css Color HEX #251932 Blackcurrant

📋 copy color: '#251932'

red 37 ◦ green 25 ◦ blue 50

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

Shades of Blackcurrant #251932

Tints of Blackcurrant #251932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

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

R = 33.04%
G = 22.32%
B = 44.64%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251932 (or 0x251932) is known color: Blackcurrant. HEX triplet: 25, 19 and 32. RGB value is (37,25,50). Sum of RGB (Red+Green+Blue) = 37+25+50=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #251932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251932 is #DAE6CD. Grayscale: #1F1F1F. Windows color (decimal): -14345934 or 3283237. OLE color: 3283237.

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

Color convert

RGB 37 25 50 -
CMYK 0.26 0.50 0 0.80
HSL 268.8º 0.33% 0.15% -
HSV(B) 268.8º 0.5% 0.2% -
XYZ 1.69 1.32 3.18 -
YUV 31.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 37 25 50 0.26 0.50 0 0.80 268.8 0.33 0.15
Hex 25 19 32 1A 32 0 50 10D 21 F
Octal 45 31 62 32 62 0 120 415 41 17
Binary 100101 11001 110010 11010 110010 0 1010000 100001101 100001 1111

Color Harmonies of #251932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251932

Black with #251932

Text Example


Text Example

White with #251932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251932; }

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

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

background-color css

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

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

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

border-color css

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

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

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