Html Css Color HEX #260350 Blackcurrant

📋 copy color: '#260350'

red 38 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #260350

Tints of Blackcurrant #260350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 31.4%
G = 2.48%
B = 66.12%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#260350 (or 0x260350) is known color: Blackcurrant. HEX triplet: 26, 03 and 50. RGB value is (38,3,80). Sum of RGB (Red+Green+Blue) = 38+3+80=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #260350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260350 is #D9FCAF. Grayscale: #151515. Windows color (decimal): -14286000 or 5243686. OLE color: 5243686.

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

Color convert

RGB 38 3 80 -
CMYK 0.52 0.96 0 0.69
HSL 267.27º 0.93% 0.16% -
HSV(B) 267.27º 0.96% 0.31% -
XYZ 2.28 1.06 7.67 -
YUV 22.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 38 3 80 0.52 0.96 0 0.69 267.27 0.93 0.16
Hex 26 3 50 34 60 0 45 10B 5D 10
Octal 46 3 120 64 140 0 105 413 135 20
Binary 100110 11 1010000 110100 1100000 0 1000101 100001011 1011101 10000

Color Harmonies of #260350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260350

Black with #260350

Text Example


Text Example

White with #260350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260350; }

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

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

background-color css

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

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

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

border-color css

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

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

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