Html Css Color HEX #261431 Blackcurrant

📋 copy color: '#261431'

red 38 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #261431

Tints of Blackcurrant #261431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 35.51%
G = 18.69%
B = 45.79%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#261431 (or 0x261431) is known color: Blackcurrant. HEX triplet: 26, 14 and 31. RGB value is (38,20,49). Sum of RGB (Red+Green+Blue) = 38+20+49=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #261431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261431 is #D9EBCE. Grayscale: #1C1C1C. Windows color (decimal): -14281679 or 3216422. OLE color: 3216422.

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

Color convert

RGB 38 20 49 -
CMYK 0.22 0.59 0 0.81
HSL 277.24º 0.42% 0.14% -
HSV(B) 277.24º 0.59% 0.19% -
XYZ 1.6 1.13 3.04 -
YUV 28.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 38 20 49 0.22 0.59 0 0.81 277.24 0.42 0.14
Hex 26 14 31 16 3B 0 51 115 2A E
Octal 46 24 61 26 73 0 121 425 52 16
Binary 100110 10100 110001 10110 111011 0 1010001 100010101 101010 1110

Color Harmonies of #261431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261431

Black with #261431

Text Example


Text Example

White with #261431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261431; }

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

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

background-color css

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

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

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

border-color css

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

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

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