Html Css Color HEX #260250 Blackcurrant

📋 copy color: '#260250'

red 38 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #260250

Tints of Blackcurrant #260250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 31.67%
G = 1.67%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#260250 (or 0x260250) is known color: Blackcurrant. HEX triplet: 26, 02 and 50. RGB value is (38,2,80). Sum of RGB (Red+Green+Blue) = 38+2+80=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #260250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260250 is #D9FDAF. Grayscale: #151515. Windows color (decimal): -14286256 or 5243430. OLE color: 5243430.

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

Color convert

RGB 38 2 80 -
CMYK 0.52 0.98 0 0.69
HSL 267.69º 0.95% 0.16% -
HSV(B) 267.69º 0.98% 0.31% -
XYZ 2.27 1.03 7.67 -
YUV 21.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 38 2 80 0.52 0.98 0 0.69 267.69 0.95 0.16
Hex 26 2 50 34 62 0 45 10C 5F 10
Octal 46 2 120 64 142 0 105 414 137 20
Binary 100110 10 1010000 110100 1100010 0 1000101 100001100 1011111 10000

Color Harmonies of #260250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260250

Black with #260250

Text Example


Text Example

White with #260250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260250; }

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

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

background-color css

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

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

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

border-color css

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

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

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