Html Css Color HEX #250231 Blackcurrant

📋 copy color: '#250231'

red 37 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #250231

Tints of Blackcurrant #250231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 55.68%

R = 42.05%
G = 2.27%
B = 55.68%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250231 (or 0x250231) is known color: Blackcurrant. HEX triplet: 25, 02 and 31. RGB value is (37,2,49). Sum of RGB (Red+Green+Blue) = 37+2+49=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #250231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250231 is #DAFDCE. Grayscale: #111111. Windows color (decimal): -14351823 or 3211813. OLE color: 3211813.

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

Color convert

RGB 37 2 49 -
CMYK 0.24 0.96 0 0.81
HSL 284.68º 0.92% 0.1% -
HSV(B) 284.68º 0.96% 0.19% -
XYZ 1.34 0.66 2.96 -
YUV 17.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 37 2 49 0.24 0.96 0 0.81 284.68 0.92 0.1
Hex 25 2 31 18 60 0 51 11D 5C A
Octal 45 2 61 30 140 0 121 435 134 12
Binary 100101 10 110001 11000 1100000 0 1010001 100011101 1011100 1010

Color Harmonies of #250231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250231

Black with #250231

Text Example


Text Example

White with #250231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250231; }

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

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

background-color css

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

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

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

border-color css

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

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

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