Html Css Color HEX #260E40 Blackcurrant

📋 copy color: '#260E40'

red 38 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #260E40

Tints of Blackcurrant #260E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.07%

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

R = 32.76%
G = 12.07%
B = 55.17%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260E40 (or 0x260E40) is known color: Blackcurrant. HEX triplet: 26, 0E and 40. RGB value is (38,14,64). Sum of RGB (Red+Green+Blue) = 38+14+64=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #260E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E40 is #D9F1BF. Grayscale: #1A1A1A. Windows color (decimal): -14283200 or 4197926. OLE color: 4197926.

HSL color Cylindrical-coordinate representation of color #260E40: hue angle of 268.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260E40 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 14 64 -
CMYK 0.41 0.78 0 0.75
HSL 268.8º 0.64% 0.15% -
HSV(B) 268.8º 0.78% 0.25% -
XYZ 1.88 1.1 4.96 -
YUV 26.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 38 14 64 0.41 0.78 0 0.75 268.8 0.64 0.15
Hex 26 E 40 29 4E 0 4B 10D 40 F
Octal 46 16 100 51 116 0 113 415 100 17
Binary 100110 1110 1000000 101001 1001110 0 1001011 100001101 1000000 1111

Color Harmonies of #260E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E40

Black with #260E40

Text Example


Text Example

White with #260E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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