Html Css Color HEX #261631 Blackcurrant

📋 copy color: '#261631'

red 38 ◦ green 22 ◦ blue 49

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

Shades of Blackcurrant #261631

Tints of Blackcurrant #261631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 34.86%
G = 20.18%
B = 44.95%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#261631 (or 0x261631) is known color: Blackcurrant. HEX triplet: 26, 16 and 31. RGB value is (38,22,49). Sum of RGB (Red+Green+Blue) = 38+22+49=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #261631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261631 is #D9E9CE. Grayscale: #1D1D1D. Windows color (decimal): -14281167 or 3216934. OLE color: 3216934.

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

Color convert

RGB 38 22 49 -
CMYK 0.22 0.55 0 0.81
HSL 275.56º 0.38% 0.14% -
HSV(B) 275.56º 0.55% 0.19% -
XYZ 1.64 1.21 3.05 -
YUV 29.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 38 22 49 0.22 0.55 0 0.81 275.56 0.38 0.14
Hex 26 16 31 16 37 0 51 114 26 E
Octal 46 26 61 26 67 0 121 424 46 16
Binary 100110 10110 110001 10110 110111 0 1010001 100010100 100110 1110

Color Harmonies of #261631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261631

Black with #261631

Text Example


Text Example

White with #261631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261631; }

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

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

background-color css

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

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

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

border-color css

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

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

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