Html Css Color HEX #260131 Blackcurrant

📋 copy color: '#260131'

red 38 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #260131

Tints of Blackcurrant #260131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

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

R = 43.18%
G = 1.14%
B = 55.68%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#260131 (or 0x260131) is known color: Blackcurrant. HEX triplet: 26, 01 and 31. RGB value is (38,1,49). Sum of RGB (Red+Green+Blue) = 38+1+49=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #260131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260131 is #D9FECE. Grayscale: #111111. Windows color (decimal): -14286543 or 3211558. OLE color: 3211558.

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

Color convert

RGB 38 1 49 -
CMYK 0.22 0.98 0 0.81
HSL 286.25º 0.96% 0.1% -
HSV(B) 286.25º 0.98% 0.19% -
XYZ 1.36 0.66 2.96 -
YUV 17.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 38 1 49 0.22 0.98 0 0.81 286.25 0.96 0.1
Hex 26 1 31 16 62 0 51 11E 60 A
Octal 46 1 61 26 142 0 121 436 140 12
Binary 100110 1 110001 10110 1100010 0 1010001 100011110 1100000 1010

Color Harmonies of #260131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260131

Black with #260131

Text Example


Text Example

White with #260131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260131; }

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

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

background-color css

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

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

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

border-color css

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

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

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