Html Css Color HEX #251D2E Blackcurrant

📋 copy color: '#251D2E'

red 37 ◦ green 29 ◦ blue 46

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

Shades of Blackcurrant #251D2E

Tints of Blackcurrant #251D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

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

R = 33.04%
G = 25.89%
B = 41.07%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#251D2E (or 0x251D2E) is known color: Blackcurrant. HEX triplet: 25, 1D and 2E. RGB value is (37,29,46). Sum of RGB (Red+Green+Blue) = 37+29+46=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 46 - color contains mainly: blue. Hex color #251D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2E is #DAE2D1. Grayscale: #212121. Windows color (decimal): -14344914 or 3022117. OLE color: 3022117.

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

Color convert

RGB 37 29 46 -
CMYK 0.20 0.37 0 0.82
HSL 268.24º 0.23% 0.15% -
HSV(B) 268.24º 0.37% 0.18% -
XYZ 1.7 1.47 2.78 -
YUV 33.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 37 29 46 0.20 0.37 0 0.82 268.24 0.23 0.15
Hex 25 1D 2E 14 25 0 52 10C 17 F
Octal 45 35 56 24 45 0 122 414 27 17
Binary 100101 11101 101110 10100 100101 0 1010010 100001100 10111 1111

Color Harmonies of #251D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D2E

Black with #251D2E

Text Example


Text Example

White with #251D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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