Html Css Color HEX #260241 Blackcurrant

📋 copy color: '#260241'

red 38 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #260241

Tints of Blackcurrant #260241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

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

R = 36.19%
G = 1.9%
B = 61.9%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260241 (or 0x260241) is known color: Blackcurrant. HEX triplet: 26, 02 and 41. RGB value is (38,2,65). Sum of RGB (Red+Green+Blue) = 38+2+65=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #260241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260241 is #D9FDBE. Grayscale: #131313. Windows color (decimal): -14286271 or 4260390. OLE color: 4260390.

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

Color convert

RGB 38 2 65 -
CMYK 0.42 0.97 0 0.75
HSL 274.29º 0.94% 0.13% -
HSV(B) 274.29º 0.97% 0.25% -
XYZ 1.78 0.84 5.07 -
YUV 19.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 38 2 65 0.42 0.97 0 0.75 274.29 0.94 0.13
Hex 26 2 41 2A 61 0 4B 112 5E D
Octal 46 2 101 52 141 0 113 422 136 15
Binary 100110 10 1000001 101010 1100001 0 1001011 100010010 1011110 1101

Color Harmonies of #260241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260241

Black with #260241

Text Example


Text Example

White with #260241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260241; }

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

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

background-color css

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

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

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

border-color css

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

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

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