Html Css Color HEX #250532 Blackcurrant

📋 copy color: '#250532'

red 37 ◦ green 5 ◦ blue 50

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

Shades of Blackcurrant #250532

Tints of Blackcurrant #250532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 40.22%
G = 5.43%
B = 54.35%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250532 (or 0x250532) is known color: Blackcurrant. HEX triplet: 25, 05 and 32. RGB value is (37,5,50). Sum of RGB (Red+Green+Blue) = 37+5+50=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #250532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250532 is #DAFACD. Grayscale: #131313. Windows color (decimal): -14351054 or 3278117. OLE color: 3278117.

HSL color Cylindrical-coordinate representation of color #250532: hue angle of 282.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250532 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 5 50 -
CMYK 0.26 0.90 0 0.80
HSL 282.67º 0.82% 0.11% -
HSV(B) 282.67º 0.9% 0.2% -
XYZ 1.39 0.73 3.09 -
YUV 19.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 37 5 50 0.26 0.90 0 0.80 282.67 0.82 0.11
Hex 25 5 32 1A 5A 0 50 11B 52 B
Octal 45 5 62 32 132 0 120 433 122 13
Binary 100101 101 110010 11010 1011010 0 1010000 100011011 1010010 1011

Color Harmonies of #250532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250532

Black with #250532

Text Example


Text Example

White with #250532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250532; }

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

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

background-color css

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

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

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

border-color css

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

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

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