Html Css Color HEX #260051 Blackcurrant

📋 copy color: '#260051'

red 38 ◦ green 0 ◦ blue 81

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

Shades of Blackcurrant #260051

Tints of Blackcurrant #260051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 68.07%

R = 31.93%
G = 0%
B = 68.07%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#260051 (or 0x260051) is known color: Blackcurrant. HEX triplet: 26, 00 and 51. RGB value is (38,0,81). Sum of RGB (Red+Green+Blue) = 38+0+81=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #260051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260051 is #D9FFAE. Grayscale: #141414. Windows color (decimal): -14286767 or 5308454. OLE color: 5308454.

HSL color Cylindrical-coordinate representation of color #260051: hue angle of 268.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260051 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 0 81 -
CMYK 0.53 1 0 0.68
HSL 268.15º 1% 0.16% -
HSV(B) 268.15º 1% 0.32% -
XYZ 2.28 1.01 7.86 -
YUV 20.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 38 0 81 0.53 1 0 0.68 268.15 1 0.16
Hex 26 0 51 35 64 0 44 10C 64 10
Octal 46 0 121 65 144 0 104 414 144 20
Binary 100110 0 1010001 110101 1100100 0 1000100 100001100 1100100 10000

Color Harmonies of #260051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260051

Black with #260051

Text Example


Text Example

White with #260051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260051; }

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

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

background-color css

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

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

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

border-color css

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

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

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