Html Css Color HEX #261240 Blackcurrant

📋 copy color: '#261240'

red 38 ◦ green 18 ◦ blue 64

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

Shades of Blackcurrant #261240

Tints of Blackcurrant #261240

RGB

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

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

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

R = 31.67%
G = 15%
B = 53.33%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#261240 (or 0x261240) is known color: Blackcurrant. HEX triplet: 26, 12 and 40. RGB value is (38,18,64). Sum of RGB (Red+Green+Blue) = 38+18+64=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #261240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261240 is #D9EDBF. Grayscale: #1D1D1D. Windows color (decimal): -14282176 or 4198950. OLE color: 4198950.

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

Color convert

RGB 38 18 64 -
CMYK 0.41 0.72 0 0.75
HSL 266.09º 0.56% 0.16% -
HSV(B) 266.09º 0.72% 0.25% -
XYZ 1.94 1.21 4.98 -
YUV 29.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 38 18 64 0.41 0.72 0 0.75 266.09 0.56 0.16
Hex 26 12 40 29 48 0 4B 10A 38 10
Octal 46 22 100 51 110 0 113 412 70 20
Binary 100110 10010 1000000 101001 1001000 0 1001011 100001010 111000 10000

Color Harmonies of #261240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261240

Black with #261240

Text Example


Text Example

White with #261240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261240; }

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

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

background-color css

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

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

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

border-color css

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

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

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