Html Css Color HEX #250D2E Blackcurrant

📋 copy color: '#250D2E'

red 37 ◦ green 13 ◦ blue 46

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

Shades of Blackcurrant #250D2E

Tints of Blackcurrant #250D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.54%

 BLUE value IS 46 (18.36% from 255) = 47.92%

R = 38.54%
G = 13.54%
B = 47.92%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#250D2E (or 0x250D2E) is known color: Blackcurrant. HEX triplet: 25, 0D and 2E. RGB value is (37,13,46). Sum of RGB (Red+Green+Blue) = 37+13+46=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #250D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D2E is #DAF2D1. Grayscale: #171717. Windows color (decimal): -14349010 or 3018021. OLE color: 3018021.

HSL color Cylindrical-coordinate representation of color #250D2E: hue angle of 283.64º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #250D2E is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 13 46 -
CMYK 0.20 0.72 0 0.82
HSL 283.64º 0.56% 0.12% -
HSV(B) 283.64º 0.72% 0.18% -
XYZ 1.4 0.88 2.68 -
YUV 23.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 37 13 46 0.20 0.72 0 0.82 283.64 0.56 0.12
Hex 25 D 2E 14 48 0 52 11C 38 C
Octal 45 15 56 24 110 0 122 434 70 14
Binary 100101 1101 101110 10100 1001000 0 1010010 100011100 111000 1100

Color Harmonies of #250D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D2E

Black with #250D2E

Text Example


Text Example

White with #250D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,46); }

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

background-color css

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

 a { background-color: rgb(37,13,46); }

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

border-color css

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

 span { border-color: rgb(37,13,46); }

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