Html Css Color HEX #26034C Blackcurrant

📋 copy color: '#26034C'

red 38 ◦ green 3 ◦ blue 76

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

Shades of Blackcurrant #26034C

Tints of Blackcurrant #26034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

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

R = 32.48%
G = 2.56%
B = 64.96%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26034C (or 0x26034C) is known color: Blackcurrant. HEX triplet: 26, 03 and 4C. RGB value is (38,3,76). Sum of RGB (Red+Green+Blue) = 38+3+76=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #26034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26034C is #D9FCB3. Grayscale: #151515. Windows color (decimal): -14286004 or 4981542. OLE color: 4981542.

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

Color convert

RGB 38 3 76 -
CMYK 0.5 0.96 0 0.70
HSL 268.77º 0.92% 0.15% -
HSV(B) 268.77º 0.96% 0.3% -
XYZ 2.14 1 6.92 -
YUV 21.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 38 3 76 0.5 0.96 0 0.70 268.77 0.92 0.15
Hex 26 3 4C 32 60 0 46 10D 5C F
Octal 46 3 114 62 140 0 106 415 134 17
Binary 100110 11 1001100 110010 1100000 0 1000110 100001101 1011100 1111

Color Harmonies of #26034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26034C

Black with #26034C

Text Example


Text Example

White with #26034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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