Html Css Color HEX #260E41 Blackcurrant

📋 copy color: '#260E41'

red 38 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #260E41

Tints of Blackcurrant #260E41

RGB

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

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

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

R = 32.48%
G = 11.97%
B = 55.56%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260E41 (or 0x260E41) is known color: Blackcurrant. HEX triplet: 26, 0E and 41. RGB value is (38,14,65). Sum of RGB (Red+Green+Blue) = 38+14+65=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #260E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E41 is #D9F1BE. Grayscale: #1A1A1A. Windows color (decimal): -14283199 or 4263462. OLE color: 4263462.

HSL color Cylindrical-coordinate representation of color #260E41: hue angle of 268.24º degrees, saturation: 0.65, 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 #260E41 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 14 65 -
CMYK 0.42 0.78 0 0.75
HSL 268.24º 0.65% 0.15% -
HSV(B) 268.24º 0.78% 0.25% -
XYZ 1.91 1.11 5.11 -
YUV 26.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 38 14 65 0.42 0.78 0 0.75 268.24 0.65 0.15
Hex 26 E 41 2A 4E 0 4B 10C 41 F
Octal 46 16 101 52 116 0 113 414 101 17
Binary 100110 1110 1000001 101010 1001110 0 1001011 100001100 1000001 1111

Color Harmonies of #260E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E41

Black with #260E41

Text Example


Text Example

White with #260E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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