Html Css Color HEX #251D2B Blackcurrant

📋 copy color: '#251D2B'

red 37 ◦ green 29 ◦ blue 43

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

Shades of Blackcurrant #251D2B

Tints of Blackcurrant #251D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 39.45%

R = 33.94%
G = 26.61%
B = 39.45%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#251D2B (or 0x251D2B) is known color: Blackcurrant. HEX triplet: 25, 1D and 2B. RGB value is (37,29,43). Sum of RGB (Red+Green+Blue) = 37+29+43=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #251D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2B is #DAE2D4. Grayscale: #202020. Windows color (decimal): -14344917 or 2825509. OLE color: 2825509.

HSL color Cylindrical-coordinate representation of color #251D2B: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #251D2B is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 29 43 -
CMYK 0.14 0.33 0 0.83
HSL 274.29º 0.19% 0.14% -
HSV(B) 274.29º 0.33% 0.17% -
XYZ 1.64 1.45 2.48 -
YUV 32.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 37 29 43 0.14 0.33 0 0.83 274.29 0.19 0.14
Hex 25 1D 2B E 21 0 53 112 13 E
Octal 45 35 53 16 41 0 123 422 23 16
Binary 100101 11101 101011 1110 100001 0 1010011 100010010 10011 1110

Color Harmonies of #251D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D2B

Black with #251D2B

Text Example


Text Example

White with #251D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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