Html Css Color HEX #261131 Blackcurrant

📋 copy color: '#261131'

red 38 ◦ green 17 ◦ blue 49

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

Shades of Blackcurrant #261131

Tints of Blackcurrant #261131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

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

R = 36.54%
G = 16.35%
B = 47.12%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#261131 (or 0x261131) is known color: Blackcurrant. HEX triplet: 26, 11 and 31. RGB value is (38,17,49). Sum of RGB (Red+Green+Blue) = 38+17+49=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #261131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261131 is #D9EECE. Grayscale: #1A1A1A. Windows color (decimal): -14282447 or 3215654. OLE color: 3215654.

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

Color convert

RGB 38 17 49 -
CMYK 0.22 0.65 0 0.81
HSL 279.38º 0.48% 0.13% -
HSV(B) 279.38º 0.65% 0.19% -
XYZ 1.55 1.03 3.02 -
YUV 26.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 38 17 49 0.22 0.65 0 0.81 279.38 0.48 0.13
Hex 26 11 31 16 41 0 51 117 30 D
Octal 46 21 61 26 101 0 121 427 60 15
Binary 100110 10001 110001 10110 1000001 0 1010001 100010111 110000 1101

Color Harmonies of #261131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261131

Black with #261131

Text Example


Text Example

White with #261131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261131; }

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

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

background-color css

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

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

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

border-color css

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

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

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