Html Css Color HEX #250E3B Blackcurrant

📋 copy color: '#250E3B'

red 37 ◦ green 14 ◦ blue 59

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

Shades of Blackcurrant #250E3B

Tints of Blackcurrant #250E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.73%

 BLUE value IS 59 (23.44% from 255) = 53.64%

R = 33.64%
G = 12.73%
B = 53.64%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#250E3B (or 0x250E3B) is known color: Blackcurrant. HEX triplet: 25, 0E and 3B. RGB value is (37,14,59). Sum of RGB (Red+Green+Blue) = 37+14+59=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #250E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E3B is #DAF1C4. Grayscale: #191919. Windows color (decimal): -14348741 or 3870245. OLE color: 3870245.

HSL color Cylindrical-coordinate representation of color #250E3B: hue angle of 270.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250E3B is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 14 59 -
CMYK 0.37 0.76 0 0.77
HSL 270.67º 0.62% 0.14% -
HSV(B) 270.67º 0.76% 0.23% -
XYZ 1.71 1.02 4.25 -
YUV 26.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 37 14 59 0.37 0.76 0 0.77 270.67 0.62 0.14
Hex 25 E 3B 25 4C 0 4D 10F 3E E
Octal 45 16 73 45 114 0 115 417 76 16
Binary 100101 1110 111011 100101 1001100 0 1001101 100001111 111110 1110

Color Harmonies of #250E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E3B

Black with #250E3B

Text Example


Text Example

White with #250E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E3B; }

 p { color: rgb(37,14,59); }

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

background-color css

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

 a { background-color: rgb(37,14,59); }

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

border-color css

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

 span { border-color: rgb(37,14,59); }

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