Html Css Color HEX #250336 Blackcurrant

📋 copy color: '#250336'

red 37 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #250336

Tints of Blackcurrant #250336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

 BLUE value IS 54 (21.48% from 255) = 57.45%

R = 39.36%
G = 3.19%
B = 57.45%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#250336 (or 0x250336) is known color: Blackcurrant. HEX triplet: 25, 03 and 36. RGB value is (37,3,54). Sum of RGB (Red+Green+Blue) = 37+3+54=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #250336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250336 is #DAFCC9. Grayscale: #121212. Windows color (decimal): -14351562 or 3539749. OLE color: 3539749.

HSL color Cylindrical-coordinate representation of color #250336: hue angle of 280º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250336 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 3 54 -
CMYK 0.31 0.94 0 0.79
HSL 280º 0.89% 0.11% -
HSV(B) 280º 0.94% 0.21% -
XYZ 1.46 0.72 3.55 -
YUV 18.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 37 3 54 0.31 0.94 0 0.79 280 0.89 0.11
Hex 25 3 36 1F 5E 0 4F 118 59 B
Octal 45 3 66 37 136 0 117 430 131 13
Binary 100101 11 110110 11111 1011110 0 1001111 100011000 1011001 1011

Color Harmonies of #250336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250336

Black with #250336

Text Example


Text Example

White with #250336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250336; }

 p { color: rgb(37,3,54); }

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

background-color css

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

 a { background-color: rgb(37,3,54); }

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

border-color css

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

 span { border-color: rgb(37,3,54); }

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