Html Css Color HEX #251F2A Blackcurrant

📋 copy color: '#251F2A'

red 37 ◦ green 31 ◦ blue 42

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

Shades of Blackcurrant #251F2A

Tints of Blackcurrant #251F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.18%

 BLUE value IS 42 (16.8% from 255) = 38.18%

R = 33.64%
G = 28.18%
B = 38.18%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#251F2A (or 0x251F2A) is known color: Blackcurrant. HEX triplet: 25, 1F and 2A. RGB value is (37,31,42). Sum of RGB (Red+Green+Blue) = 37+31+42=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 42 - color contains mainly: blue. Hex color #251F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F2A is #DAE0D5. Grayscale: #222222. Windows color (decimal): -14344406 or 2760485. OLE color: 2760485.

HSL color Cylindrical-coordinate representation of color #251F2A: hue angle of 272.73º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #251F2A is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 31 42 -
CMYK 0.12 0.26 0 0.84
HSL 272.73º 0.15% 0.14% -
HSV(B) 272.73º 0.26% 0.16% -
XYZ 1.67 1.54 2.4 -
YUV 34.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 37 31 42 0.12 0.26 0 0.84 272.73 0.15 0.14
Hex 25 1F 2A C 1A 0 54 111 F E
Octal 45 37 52 14 32 0 124 421 17 16
Binary 100101 11111 101010 1100 11010 0 1010100 100010001 1111 1110

Color Harmonies of #251F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F2A

Black with #251F2A

Text Example


Text Example

White with #251F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,31,42); }

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

background-color css

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

 a { background-color: rgb(37,31,42); }

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

border-color css

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

 span { border-color: rgb(37,31,42); }

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