Html Css Color HEX #260240 Blackcurrant

📋 copy color: '#260240'

red 38 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #260240

Tints of Blackcurrant #260240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 36.54%
G = 1.92%
B = 61.54%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260240 (or 0x260240) is known color: Blackcurrant. HEX triplet: 26, 02 and 40. RGB value is (38,2,64). Sum of RGB (Red+Green+Blue) = 38+2+64=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #260240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260240 is #D9FDBF. Grayscale: #131313. Windows color (decimal): -14286272 or 4194854. OLE color: 4194854.

HSL color Cylindrical-coordinate representation of color #260240: hue angle of 274.84º 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 #260240 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 2 64 -
CMYK 0.41 0.97 0 0.75
HSL 274.84º 0.94% 0.13% -
HSV(B) 274.84º 0.97% 0.25% -
XYZ 1.75 0.83 4.92 -
YUV 19.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 38 2 64 0.41 0.97 0 0.75 274.84 0.94 0.13
Hex 26 2 40 29 61 0 4B 113 5E D
Octal 46 2 100 51 141 0 113 423 136 15
Binary 100110 10 1000000 101001 1100001 0 1001011 100010011 1011110 1101

Color Harmonies of #260240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260240

Black with #260240

Text Example


Text Example

White with #260240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260240; }

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

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

background-color css

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

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

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

border-color css

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

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

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