Html Css Color HEX #260249 Blackcurrant

📋 copy color: '#260249'

red 38 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #260249

Tints of Blackcurrant #260249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 64.6%

R = 33.63%
G = 1.77%
B = 64.6%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#260249 (or 0x260249) is known color: Blackcurrant. HEX triplet: 26, 02 and 49. RGB value is (38,2,73). Sum of RGB (Red+Green+Blue) = 38+2+73=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #260249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260249 is #D9FDB6. Grayscale: #141414. Windows color (decimal): -14286263 or 4784678. OLE color: 4784678.

HSL color Cylindrical-coordinate representation of color #260249: hue angle of 270.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260249 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 2 73 -
CMYK 0.48 0.97 0 0.71
HSL 270.42º 0.95% 0.15% -
HSV(B) 270.42º 0.97% 0.29% -
XYZ 2.02 0.94 6.38 -
YUV 20.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 38 2 73 0.48 0.97 0 0.71 270.42 0.95 0.15
Hex 26 2 49 30 61 0 47 10E 5F F
Octal 46 2 111 60 141 0 107 416 137 17
Binary 100110 10 1001001 110000 1100001 0 1000111 100001110 1011111 1111

Color Harmonies of #260249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260249

Black with #260249

Text Example


Text Example

White with #260249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260249; }

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

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

background-color css

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

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

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

border-color css

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

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

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