Html Css Color HEX #250332 Blackcurrant

📋 copy color: '#250332'

red 37 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #250332

Tints of Blackcurrant #250332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

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

R = 41.11%
G = 3.33%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250332 (or 0x250332) is known color: Blackcurrant. HEX triplet: 25, 03 and 32. RGB value is (37,3,50). Sum of RGB (Red+Green+Blue) = 37+3+50=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #250332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250332 is #DAFCCD. Grayscale: #121212. Windows color (decimal): -14351566 or 3277605. OLE color: 3277605.

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

Color convert

RGB 37 3 50 -
CMYK 0.26 0.94 0 0.80
HSL 283.4º 0.89% 0.1% -
HSV(B) 283.4º 0.94% 0.2% -
XYZ 1.37 0.69 3.08 -
YUV 18.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 37 3 50 0.26 0.94 0 0.80 283.4 0.89 0.1
Hex 25 3 32 1A 5E 0 50 11B 59 A
Octal 45 3 62 32 136 0 120 433 131 12
Binary 100101 11 110010 11010 1011110 0 1010000 100011011 1011001 1010

Color Harmonies of #250332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250332

Black with #250332

Text Example


Text Example

White with #250332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250332; }

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

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

background-color css

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

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

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

border-color css

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

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

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