Html Css Color HEX #251F2B Blackcurrant

📋 copy color: '#251F2B'

red 37 ◦ green 31 ◦ blue 43

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

Shades of Blackcurrant #251F2B

Tints of Blackcurrant #251F2B

RGB

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

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

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

R = 33.33%
G = 27.93%
B = 38.74%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#251F2B (or 0x251F2B) is known color: Blackcurrant. HEX triplet: 25, 1F and 2B. RGB value is (37,31,43). Sum of RGB (Red+Green+Blue) = 37+31+43=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 43 - color contains mainly: blue. Hex color #251F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F2B is #DAE0D4. Grayscale: #222222. Windows color (decimal): -14344405 or 2826021. OLE color: 2826021.

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

Color convert

RGB 37 31 43 -
CMYK 0.14 0.28 0 0.83
HSL 270º 0.16% 0.15% -
HSV(B) 270º 0.28% 0.17% -
XYZ 1.69 1.55 2.5 -
YUV 34.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 37 31 43 0.14 0.28 0 0.83 270 0.16 0.15
Hex 25 1F 2B E 1C 0 53 10E 10 F
Octal 45 37 53 16 34 0 123 416 20 17
Binary 100101 11111 101011 1110 11100 0 1010011 100001110 10000 1111

Color Harmonies of #251F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F2B

Black with #251F2B

Text Example


Text Example

White with #251F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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