Html Css Color HEX #260041 Blackcurrant

📋 copy color: '#260041'

red 38 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #260041

Tints of Blackcurrant #260041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.89%
G = 0%
B = 63.11%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260041 (or 0x260041) is known color: Blackcurrant. HEX triplet: 26, 00 and 41. RGB value is (38,0,65). Sum of RGB (Red+Green+Blue) = 38+0+65=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #260041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260041 is #D9FFBE. Grayscale: #121212. Windows color (decimal): -14286783 or 4259878. OLE color: 4259878.

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

Color convert

RGB 38 0 65 -
CMYK 0.42 1 0 0.75
HSL 275.08º 1% 0.13% -
HSV(B) 275.08º 1% 0.25% -
XYZ 1.75 0.79 5.06 -
YUV 18.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 38 0 65 0.42 1 0 0.75 275.08 1 0.13
Hex 26 0 41 2A 64 0 4B 113 64 D
Octal 46 0 101 52 144 0 113 423 144 15
Binary 100110 0 1000001 101010 1100100 0 1001011 100010011 1100100 1101

Color Harmonies of #260041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260041

Black with #260041

Text Example


Text Example

White with #260041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260041; }

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

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

background-color css

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

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

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

border-color css

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

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

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