Html Css Color HEX #251332 Blackcurrant

📋 copy color: '#251332'

red 37 ◦ green 19 ◦ blue 50

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

Shades of Blackcurrant #251332

Tints of Blackcurrant #251332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 34.91%
G = 17.92%
B = 47.17%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#251332 (or 0x251332) is known color: Blackcurrant. HEX triplet: 25, 13 and 32. RGB value is (37,19,50). Sum of RGB (Red+Green+Blue) = 37+19+50=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #251332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251332 is #DAECCD. Grayscale: #1B1B1B. Windows color (decimal): -14347470 or 3281701. OLE color: 3281701.

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

Color convert

RGB 37 19 50 -
CMYK 0.26 0.62 0 0.80
HSL 274.84º 0.45% 0.14% -
HSV(B) 274.84º 0.62% 0.2% -
XYZ 1.57 1.09 3.15 -
YUV 27.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 37 19 50 0.26 0.62 0 0.80 274.84 0.45 0.14
Hex 25 13 32 1A 3E 0 50 113 2D E
Octal 45 23 62 32 76 0 120 423 55 16
Binary 100101 10011 110010 11010 111110 0 1010000 100010011 101101 1110

Color Harmonies of #251332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251332

Black with #251332

Text Example


Text Example

White with #251332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251332; }

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

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

background-color css

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

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

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

border-color css

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

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

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