Html Css Color HEX #250538 Blackcurrant

📋 copy color: '#250538'

red 37 ◦ green 5 ◦ blue 56

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

Shades of Blackcurrant #250538

Tints of Blackcurrant #250538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

 BLUE value IS 56 (22.27% from 255) = 57.14%

R = 37.76%
G = 5.1%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250538 (or 0x250538) is known color: Blackcurrant. HEX triplet: 25, 05 and 38. RGB value is (37,5,56). Sum of RGB (Red+Green+Blue) = 37+5+56=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #250538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250538 is #DAFAC7. Grayscale: #141414. Windows color (decimal): -14351048 or 3671333. OLE color: 3671333.

HSL color Cylindrical-coordinate representation of color #250538: hue angle of 277.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250538 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 5 56 -
CMYK 0.34 0.91 0 0.78
HSL 277.65º 0.84% 0.12% -
HSV(B) 277.65º 0.91% 0.22% -
XYZ 1.53 0.79 3.81 -
YUV 20.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 37 5 56 0.34 0.91 0 0.78 277.65 0.84 0.12
Hex 25 5 38 22 5B 0 4E 116 54 C
Octal 45 5 70 42 133 0 116 426 124 14
Binary 100101 101 111000 100010 1011011 0 1001110 100010110 1010100 1100

Color Harmonies of #250538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250538

Black with #250538

Text Example


Text Example

White with #250538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250538; }

 p { color: rgb(37,5,56); }

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

background-color css

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

 a { background-color: rgb(37,5,56); }

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

border-color css

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

 span { border-color: rgb(37,5,56); }

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