Html Css Color HEX #260053 Blackcurrant

📋 copy color: '#260053'

red 38 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #260053

Tints of Blackcurrant #260053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 68.6%

R = 31.4%
G = 0%
B = 68.6%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#260053 (or 0x260053) is known color: Blackcurrant. HEX triplet: 26, 00 and 53. RGB value is (38,0,83). Sum of RGB (Red+Green+Blue) = 38+0+83=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #260053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260053 is #D9FFAC. Grayscale: #141414. Windows color (decimal): -14286765 or 5439526. OLE color: 5439526.

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

Color convert

RGB 38 0 83 -
CMYK 0.54 1 0 0.67
HSL 267.47º 1% 0.16% -
HSV(B) 267.47º 1% 0.33% -
XYZ 2.36 1.04 8.26 -
YUV 20.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 38 0 83 0.54 1 0 0.67 267.47 1 0.16
Hex 26 0 53 36 64 0 43 10B 64 10
Octal 46 0 123 66 144 0 103 413 144 20
Binary 100110 0 1010011 110110 1100100 0 1000011 100001011 1100100 10000

Color Harmonies of #260053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260053

Black with #260053

Text Example


Text Example

White with #260053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260053; }

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

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

background-color css

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

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

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

border-color css

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

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

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