Html Css Color HEX #261241 Blackcurrant

📋 copy color: '#261241'

red 38 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #261241

Tints of Blackcurrant #261241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 31.4%
G = 14.88%
B = 53.72%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#261241 (or 0x261241) is known color: Blackcurrant. HEX triplet: 26, 12 and 41. RGB value is (38,18,65). Sum of RGB (Red+Green+Blue) = 38+18+65=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #261241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261241 is #D9EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14282175 or 4264486. OLE color: 4264486.

HSL color Cylindrical-coordinate representation of color #261241: hue angle of 265.53º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #261241 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 18 65 -
CMYK 0.42 0.72 0 0.75
HSL 265.53º 0.57% 0.16% -
HSV(B) 265.53º 0.72% 0.25% -
XYZ 1.97 1.23 5.13 -
YUV 29.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 38 18 65 0.42 0.72 0 0.75 265.53 0.57 0.16
Hex 26 12 41 2A 48 0 4B 10A 39 10
Octal 46 22 101 52 110 0 113 412 71 20
Binary 100110 10010 1000001 101010 1001000 0 1001011 100001010 111001 10000

Color Harmonies of #261241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261241

Black with #261241

Text Example


Text Example

White with #261241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261241; }

 p { color: rgb(38,18,65); }

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

background-color css

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

 a { background-color: rgb(38,18,65); }

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

border-color css

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

 span { border-color: rgb(38,18,65); }

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