Html Css Color HEX #260048 Blackcurrant

📋 copy color: '#260048'

red 38 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #260048

Tints of Blackcurrant #260048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 65.45%

R = 34.55%
G = 0%
B = 65.45%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#260048 (or 0x260048) is known color: Blackcurrant. HEX triplet: 26, 00 and 48. RGB value is (38,0,72). Sum of RGB (Red+Green+Blue) = 38+0+72=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #260048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260048 is #D9FFB7. Grayscale: #131313. Windows color (decimal): -14286776 or 4718630. OLE color: 4718630.

HSL color Cylindrical-coordinate representation of color #260048: hue angle of 271.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260048 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 0 72 -
CMYK 0.47 1 0 0.72
HSL 271.67º 1% 0.14% -
HSV(B) 271.67º 1% 0.28% -
XYZ 1.97 0.88 6.2 -
YUV 19.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 38 0 72 0.47 1 0 0.72 271.67 1 0.14
Hex 26 0 48 2F 64 0 48 110 64 E
Octal 46 0 110 57 144 0 110 420 144 16
Binary 100110 0 1001000 101111 1100100 0 1001000 100010000 1100100 1110

Color Harmonies of #260048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260048

Black with #260048

Text Example


Text Example

White with #260048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260048; }

 p { color: rgb(38,0,72); }

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

background-color css

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

 a { background-color: rgb(38,0,72); }

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

border-color css

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

 span { border-color: rgb(38,0,72); }

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