Html Css Color HEX #26024A Blackcurrant

📋 copy color: '#26024A'

red 38 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #26024A

Tints of Blackcurrant #26024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.91%

R = 33.33%
G = 1.75%
B = 64.91%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26024A (or 0x26024A) is known color: Blackcurrant. HEX triplet: 26, 02 and 4A. RGB value is (38,2,74). Sum of RGB (Red+Green+Blue) = 38+2+74=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #26024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26024A is #D9FDB5. Grayscale: #141414. Windows color (decimal): -14286262 or 4850214. OLE color: 4850214.

HSL color Cylindrical-coordinate representation of color #26024A: hue angle of 270º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26024A is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 2 74 -
CMYK 0.49 0.97 0 0.71
HSL 270º 0.95% 0.15% -
HSV(B) 270º 0.97% 0.29% -
XYZ 2.06 0.95 6.55 -
YUV 20.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 38 2 74 0.49 0.97 0 0.71 270 0.95 0.15
Hex 26 2 4A 31 61 0 47 10E 5F F
Octal 46 2 112 61 141 0 107 416 137 17
Binary 100110 10 1001010 110001 1100001 0 1000111 100001110 1011111 1111

Color Harmonies of #26024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26024A

Black with #26024A

Text Example


Text Example

White with #26024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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