Html Css Color HEX #260039 Blackcurrant

📋 copy color: '#260039'

red 38 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #260039

Tints of Blackcurrant #260039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260039 (or 0x260039) is known color: Blackcurrant. HEX triplet: 26, 00 and 39. RGB value is (38,0,57). Sum of RGB (Red+Green+Blue) = 38+0+57=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #260039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260039 is #D9FFC6. Grayscale: #111111. Windows color (decimal): -14286791 or 3735590. OLE color: 3735590.

HSL color Cylindrical-coordinate representation of color #260039: hue angle of 280º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260039 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 0 57 -
CMYK 0.33 1 0 0.78
HSL 280º 1% 0.11% -
HSV(B) 280º 1% 0.22% -
XYZ 1.54 0.71 3.93 -
YUV 17.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 38 0 57 0.33 1 0 0.78 280 1 0.11
Hex 26 0 39 21 64 0 4E 118 64 B
Octal 46 0 71 41 144 0 116 430 144 13
Binary 100110 0 111001 100001 1100100 0 1001110 100011000 1100100 1011

Color Harmonies of #260039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260039

Black with #260039

Text Example


Text Example

White with #260039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260039; }

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

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

background-color css

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

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

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

border-color css

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

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

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