Html Css Color HEX #261931 Blackcurrant

📋 copy color: '#261931'

red 38 ◦ green 25 ◦ blue 49

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

Shades of Blackcurrant #261931

Tints of Blackcurrant #261931

RGB

 RED value IS 38 (15.23% from 255) = 33.93%

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 49 (19.53% from 255) = 43.75%

R = 33.93%
G = 22.32%
B = 43.75%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#261931 (or 0x261931) is known color: Blackcurrant. HEX triplet: 26, 19 and 31. RGB value is (38,25,49). Sum of RGB (Red+Green+Blue) = 38+25+49=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #261931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261931 is #D9E6CE. Grayscale: #1F1F1F. Windows color (decimal): -14280399 or 3217702. OLE color: 3217702.

HSL color Cylindrical-coordinate representation of color #261931: hue angle of 272.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #261931 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 25 49 -
CMYK 0.22 0.49 0 0.81
HSL 272.5º 0.32% 0.15% -
HSV(B) 272.5º 0.49% 0.19% -
XYZ 1.7 1.33 3.07 -
YUV 31.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 38 25 49 0.22 0.49 0 0.81 272.5 0.32 0.15
Hex 26 19 31 16 31 0 51 110 20 F
Octal 46 31 61 26 61 0 121 420 40 17
Binary 100110 11001 110001 10110 110001 0 1010001 100010000 100000 1111

Color Harmonies of #261931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261931

Black with #261931

Text Example


Text Example

White with #261931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261931; }

 p { color: rgb(38,25,49); }

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

background-color css

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

 a { background-color: rgb(38,25,49); }

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

border-color css

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

 span { border-color: rgb(38,25,49); }

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