Html Css Color HEX #260A41 Blackcurrant

📋 copy color: '#260A41'

red 38 ◦ green 10 ◦ blue 65

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

Shades of Blackcurrant #260A41

Tints of Blackcurrant #260A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 33.63%
G = 8.85%
B = 57.52%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260A41 (or 0x260A41) is known color: Blackcurrant. HEX triplet: 26, 0A and 41. RGB value is (38,10,65). Sum of RGB (Red+Green+Blue) = 38+10+65=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #260A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A41 is #D9F5BE. Grayscale: #181818. Windows color (decimal): -14284223 or 4262438. OLE color: 4262438.

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

Color convert

RGB 38 10 65 -
CMYK 0.42 0.85 0 0.75
HSL 270.55º 0.73% 0.15% -
HSV(B) 270.55º 0.85% 0.25% -
XYZ 1.86 1.01 5.1 -
YUV 24.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 38 10 65 0.42 0.85 0 0.75 270.55 0.73 0.15
Hex 26 A 41 2A 55 0 4B 10F 49 F
Octal 46 12 101 52 125 0 113 417 111 17
Binary 100110 1010 1000001 101010 1010101 0 1001011 100001111 1001001 1111

Color Harmonies of #260A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A41

Black with #260A41

Text Example


Text Example

White with #260A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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