Html Css Color HEX #260042 Blackcurrant

📋 copy color: '#260042'

red 38 ◦ green 0 ◦ blue 66

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

Shades of Blackcurrant #260042

Tints of Blackcurrant #260042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 63.46%

R = 36.54%
G = 0%
B = 63.46%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#260042 (or 0x260042) is known color: Blackcurrant. HEX triplet: 26, 00 and 42. RGB value is (38,0,66). Sum of RGB (Red+Green+Blue) = 38+0+66=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #260042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260042 is #D9FFBD. Grayscale: #121212. Windows color (decimal): -14286782 or 4325414. OLE color: 4325414.

HSL color Cylindrical-coordinate representation of color #260042: hue angle of 274.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260042 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 38 0 66 -
CMYK 0.42 1 0 0.74
HSL 274.55º 1% 0.13% -
HSV(B) 274.55º 1% 0.26% -
XYZ 1.78 0.81 5.22 -
YUV 18.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 38 0 66 0.42 1 0 0.74 274.55 1 0.13
Hex 26 0 42 2A 64 0 4A 113 64 D
Octal 46 0 102 52 144 0 112 423 144 15
Binary 100110 0 1000010 101010 1100100 0 1001010 100010011 1100100 1101

Color Harmonies of #260042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260042

Black with #260042

Text Example


Text Example

White with #260042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260042; }

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

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

background-color css

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

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

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

border-color css

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

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

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