Html Css Color HEX #250251 Blackcurrant

📋 copy color: '#250251'

red 37 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #250251

Tints of Blackcurrant #250251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 67.5%

R = 30.83%
G = 1.67%
B = 67.5%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#250251 (or 0x250251) is known color: Blackcurrant. HEX triplet: 25, 02 and 51. RGB value is (37,2,81). Sum of RGB (Red+Green+Blue) = 37+2+81=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #250251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250251 is #DAFDAE. Grayscale: #151515. Windows color (decimal): -14351791 or 5308965. OLE color: 5308965.

HSL color Cylindrical-coordinate representation of color #250251: hue angle of 266.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250251 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 2 81 -
CMYK 0.54 0.98 0 0.68
HSL 266.58º 0.95% 0.16% -
HSV(B) 266.58º 0.98% 0.32% -
XYZ 2.27 1.03 7.86 -
YUV 21.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 37 2 81 0.54 0.98 0 0.68 266.58 0.95 0.16
Hex 25 2 51 36 62 0 44 10B 5F 10
Octal 45 2 121 66 142 0 104 413 137 20
Binary 100101 10 1010001 110110 1100010 0 1000100 100001011 1011111 10000

Color Harmonies of #250251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250251

Black with #250251

Text Example


Text Example

White with #250251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250251; }

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

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

background-color css

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

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

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

border-color css

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

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

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