Html Css Color HEX #250E2C Blackcurrant

📋 copy color: '#250E2C'

red 37 ◦ green 14 ◦ blue 44

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

Shades of Blackcurrant #250E2C

Tints of Blackcurrant #250E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 38.95%
G = 14.74%
B = 46.32%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#250E2C (or 0x250E2C) is known color: Blackcurrant. HEX triplet: 25, 0E and 2C. RGB value is (37,14,44). Sum of RGB (Red+Green+Blue) = 37+14+44=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #250E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E2C is #DAF1D3. Grayscale: #181818. Windows color (decimal): -14348756 or 2887205. OLE color: 2887205.

HSL color Cylindrical-coordinate representation of color #250E2C: hue angle of 286º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250E2C is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 14 44 -
CMYK 0.16 0.68 0 0.83
HSL 286º 0.52% 0.11% -
HSV(B) 286º 0.68% 0.17% -
XYZ 1.37 0.89 2.48 -
YUV 24.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 37 14 44 0.16 0.68 0 0.83 286 0.52 0.11
Hex 25 E 2C 10 44 0 53 11E 34 B
Octal 45 16 54 20 104 0 123 436 64 13
Binary 100101 1110 101100 10000 1000100 0 1010011 100011110 110100 1011

Color Harmonies of #250E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E2C

Black with #250E2C

Text Example


Text Example

White with #250E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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