Html Css Color HEX #26014C Blackcurrant

📋 copy color: '#26014C'

red 38 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #26014C

Tints of Blackcurrant #26014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 66.09%

R = 33.04%
G = 0.87%
B = 66.09%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26014C (or 0x26014C) is known color: Blackcurrant. HEX triplet: 26, 01 and 4C. RGB value is (38,1,76). Sum of RGB (Red+Green+Blue) = 38+1+76=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #26014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26014C is #D9FEB3. Grayscale: #141414. Windows color (decimal): -14286516 or 4981030. OLE color: 4981030.

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

Color convert

RGB 38 1 76 -
CMYK 0.5 0.99 0 0.70
HSL 269.6º 0.97% 0.15% -
HSV(B) 269.6º 0.99% 0.3% -
XYZ 2.11 0.96 6.91 -
YUV 20.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 38 1 76 0.5 0.99 0 0.70 269.6 0.97 0.15
Hex 26 1 4C 32 63 0 46 10E 61 F
Octal 46 1 114 62 143 0 106 416 141 17
Binary 100110 1 1001100 110010 1100011 0 1000110 100001110 1100001 1111

Color Harmonies of #26014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26014C

Black with #26014C

Text Example


Text Example

White with #26014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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