Html Css Color HEX #250133 Blackcurrant

📋 copy color: '#250133'

red 37 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #250133

Tints of Blackcurrant #250133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 57.3%

R = 41.57%
G = 1.12%
B = 57.3%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250133 (or 0x250133) is known color: Blackcurrant. HEX triplet: 25, 01 and 33. RGB value is (37,1,51). Sum of RGB (Red+Green+Blue) = 37+1+51=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #250133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250133 is #DAFECC. Grayscale: #111111. Windows color (decimal): -14352077 or 3342629. OLE color: 3342629.

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

Color convert

RGB 37 1 51 -
CMYK 0.27 0.98 0 0.8
HSL 283.2º 0.96% 0.1% -
HSV(B) 283.2º 0.98% 0.2% -
XYZ 1.37 0.65 3.19 -
YUV 17.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 37 1 51 0.27 0.98 0 0.8 283.2 0.96 0.1
Hex 25 1 33 1B 62 0 50 11B 60 A
Octal 45 1 63 33 142 0 120 433 140 12
Binary 100101 1 110011 11011 1100010 0 1010000 100011011 1100000 1010

Color Harmonies of #250133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250133

Black with #250133

Text Example


Text Example

White with #250133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250133; }

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

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

background-color css

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

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

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

border-color css

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

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

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