Html Css Color HEX #250232 Blackcurrant

📋 copy color: '#250232'

red 37 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #250232

Tints of Blackcurrant #250232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

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

R = 41.57%
G = 2.25%
B = 56.18%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250232 (or 0x250232) is known color: Blackcurrant. HEX triplet: 25, 02 and 32. RGB value is (37,2,50). Sum of RGB (Red+Green+Blue) = 37+2+50=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #250232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250232 is #DAFDCD. Grayscale: #111111. Windows color (decimal): -14351822 or 3277349. OLE color: 3277349.

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

Color convert

RGB 37 2 50 -
CMYK 0.26 0.96 0 0.80
HSL 283.75º 0.92% 0.1% -
HSV(B) 283.75º 0.96% 0.2% -
XYZ 1.36 0.67 3.07 -
YUV 17.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 37 2 50 0.26 0.96 0 0.80 283.75 0.92 0.1
Hex 25 2 32 1A 60 0 50 11C 5C A
Octal 45 2 62 32 140 0 120 434 134 12
Binary 100101 10 110010 11010 1100000 0 1010000 100011100 1011100 1010

Color Harmonies of #250232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250232

Black with #250232

Text Example


Text Example

White with #250232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250232; }

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

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

background-color css

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

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

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

border-color css

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

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

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