Html Css Color HEX #250237 Blackcurrant

📋 copy color: '#250237'

red 37 ◦ green 2 ◦ blue 55

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

Shades of Blackcurrant #250237

Tints of Blackcurrant #250237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 58.51%

R = 39.36%
G = 2.13%
B = 58.51%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250237 (or 0x250237) is known color: Blackcurrant. HEX triplet: 25, 02 and 37. RGB value is (37,2,55). Sum of RGB (Red+Green+Blue) = 37+2+55=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #250237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250237 is #DAFDC8. Grayscale: #121212. Windows color (decimal): -14351817 or 3605029. OLE color: 3605029.

HSL color Cylindrical-coordinate representation of color #250237: hue angle of 279.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250237 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 2 55 -
CMYK 0.33 0.96 0 0.78
HSL 279.62º 0.93% 0.11% -
HSV(B) 279.62º 0.96% 0.22% -
XYZ 1.47 0.71 3.67 -
YUV 18.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 37 2 55 0.33 0.96 0 0.78 279.62 0.93 0.11
Hex 25 2 37 21 60 0 4E 118 5D B
Octal 45 2 67 41 140 0 116 430 135 13
Binary 100101 10 110111 100001 1100000 0 1001110 100011000 1011101 1011

Color Harmonies of #250237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250237

Black with #250237

Text Example


Text Example

White with #250237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250237; }

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

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

background-color css

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

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

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

border-color css

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

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

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