Html Css Color HEX #261331 Blackcurrant

📋 copy color: '#261331'

red 38 ◦ green 19 ◦ blue 49

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

Shades of Blackcurrant #261331

Tints of Blackcurrant #261331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 35.85%
G = 17.92%
B = 46.23%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#261331 (or 0x261331) is known color: Blackcurrant. HEX triplet: 26, 13 and 31. RGB value is (38,19,49). Sum of RGB (Red+Green+Blue) = 38+19+49=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #261331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261331 is #D9ECCE. Grayscale: #1C1C1C. Windows color (decimal): -14281935 or 3216166. OLE color: 3216166.

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

Color convert

RGB 38 19 49 -
CMYK 0.22 0.61 0 0.81
HSL 278º 0.44% 0.13% -
HSV(B) 278º 0.61% 0.19% -
XYZ 1.59 1.1 3.03 -
YUV 28.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 38 19 49 0.22 0.61 0 0.81 278 0.44 0.13
Hex 26 13 31 16 3D 0 51 116 2C D
Octal 46 23 61 26 75 0 121 426 54 15
Binary 100110 10011 110001 10110 111101 0 1010001 100010110 101100 1101

Color Harmonies of #261331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261331

Black with #261331

Text Example


Text Example

White with #261331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261331; }

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

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

background-color css

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

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

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

border-color css

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

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

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