Html Css Color HEX #260150 Blackcurrant

📋 copy color: '#260150'

red 38 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #260150

Tints of Blackcurrant #260150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 80 (31.64% from 255) = 67.23%

R = 31.93%
G = 0.84%
B = 67.23%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#260150 (or 0x260150) is known color: Blackcurrant. HEX triplet: 26, 01 and 50. RGB value is (38,1,80). Sum of RGB (Red+Green+Blue) = 38+1+80=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #260150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260150 is #D9FEAF. Grayscale: #141414. Windows color (decimal): -14286512 or 5243174. OLE color: 5243174.

HSL color Cylindrical-coordinate representation of color #260150: hue angle of 268.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260150 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 1 80 -
CMYK 0.52 0.99 0 0.69
HSL 268.1º 0.98% 0.16% -
HSV(B) 268.1º 0.99% 0.31% -
XYZ 2.26 1.01 7.67 -
YUV 21.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 38 1 80 0.52 0.99 0 0.69 268.1 0.98 0.16
Hex 26 1 50 34 63 0 45 10C 62 10
Octal 46 1 120 64 143 0 105 414 142 20
Binary 100110 1 1010000 110100 1100011 0 1000101 100001100 1100010 10000

Color Harmonies of #260150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260150

Black with #260150

Text Example


Text Example

White with #260150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260150; }

 p { color: rgb(38,1,80); }

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

background-color css

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

 a { background-color: rgb(38,1,80); }

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

border-color css

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

 span { border-color: rgb(38,1,80); }

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