Html Css Color HEX #26014A Blackcurrant

📋 copy color: '#26014A'

red 38 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #26014A

Tints of Blackcurrant #26014A

RGB

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

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

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

R = 33.63%
G = 0.88%
B = 65.49%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26014A (or 0x26014A) is known color: Blackcurrant. HEX triplet: 26, 01 and 4A. RGB value is (38,1,74). Sum of RGB (Red+Green+Blue) = 38+1+74=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #26014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26014A is #D9FEB5. Grayscale: #141414. Windows color (decimal): -14286518 or 4849958. OLE color: 4849958.

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

Color convert

RGB 38 1 74 -
CMYK 0.49 0.99 0 0.71
HSL 270.41º 0.97% 0.15% -
HSV(B) 270.41º 0.99% 0.29% -
XYZ 2.05 0.93 6.55 -
YUV 20.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 38 1 74 0.49 0.99 0 0.71 270.41 0.97 0.15
Hex 26 1 4A 31 63 0 47 10E 61 F
Octal 46 1 112 61 143 0 107 416 141 17
Binary 100110 1 1001010 110001 1100011 0 1000111 100001110 1100001 1111

Color Harmonies of #26014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26014A

Black with #26014A

Text Example


Text Example

White with #26014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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