Html Css Color HEX #250130 Blackcurrant

📋 copy color: '#250130'

red 37 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #250130

Tints of Blackcurrant #250130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.16%

 BLUE value IS 48 (19.14% from 255) = 55.81%

R = 43.02%
G = 1.16%
B = 55.81%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250130 (or 0x250130) is known color: Blackcurrant. HEX triplet: 25, 01 and 30. RGB value is (37,1,48). Sum of RGB (Red+Green+Blue) = 37+1+48=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #250130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250130 is #DAFECF. Grayscale: #101010. Windows color (decimal): -14352080 or 3146021. OLE color: 3146021.

HSL color Cylindrical-coordinate representation of color #250130: hue angle of 285.96º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250130 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 1 48 -
CMYK 0.23 0.98 0 0.81
HSL 285.96º 0.96% 0.1% -
HSV(B) 285.96º 0.98% 0.19% -
XYZ 1.31 0.63 2.85 -
YUV 17.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 37 1 48 0.23 0.98 0 0.81 285.96 0.96 0.1
Hex 25 1 30 17 62 0 51 11E 60 A
Octal 45 1 60 27 142 0 121 436 140 12
Binary 100101 1 110000 10111 1100010 0 1010001 100011110 1100000 1010

Color Harmonies of #250130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250130

Black with #250130

Text Example


Text Example

White with #250130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250130; }

 p { color: rgb(37,1,48); }

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

background-color css

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

 a { background-color: rgb(37,1,48); }

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

border-color css

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

 span { border-color: rgb(37,1,48); }

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