Html Css Color HEX #261041 Blackcurrant

📋 copy color: '#261041'

red 38 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #261041

Tints of Blackcurrant #261041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 31.93%
G = 13.45%
B = 54.62%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#261041 (or 0x261041) is known color: Blackcurrant. HEX triplet: 26, 10 and 41. RGB value is (38,16,65). Sum of RGB (Red+Green+Blue) = 38+16+65=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #261041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261041 is #D9EFBE. Grayscale: #1B1B1B. Windows color (decimal): -14282687 or 4263974. OLE color: 4263974.

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

Color convert

RGB 38 16 65 -
CMYK 0.42 0.75 0 0.75
HSL 266.94º 0.6% 0.16% -
HSV(B) 266.94º 0.75% 0.25% -
XYZ 1.94 1.16 5.12 -
YUV 28.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 38 16 65 0.42 0.75 0 0.75 266.94 0.6 0.16
Hex 26 10 41 2A 4B 0 4B 10B 3C 10
Octal 46 20 101 52 113 0 113 413 74 20
Binary 100110 10000 1000001 101010 1001011 0 1001011 100001011 111100 10000

Color Harmonies of #261041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261041

Black with #261041

Text Example


Text Example

White with #261041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261041; }

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

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

background-color css

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

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

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

border-color css

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

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

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