Html Css Color HEX #26003A Blackcurrant

📋 copy color: '#26003A'

red 38 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #26003A

Tints of Blackcurrant #26003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 39.58%
G = 0%
B = 60.42%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#26003A (or 0x26003A) is known color: Blackcurrant. HEX triplet: 26, 00 and 3A. RGB value is (38,0,58). Sum of RGB (Red+Green+Blue) = 38+0+58=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #26003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26003A is #D9FFC5. Grayscale: #111111. Windows color (decimal): -14286790 or 3801126. OLE color: 3801126.

HSL color Cylindrical-coordinate representation of color #26003A: hue angle of 279.31º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26003A is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 38 0 58 -
CMYK 0.34 1 0 0.77
HSL 279.31º 1% 0.11% -
HSV(B) 279.31º 1% 0.23% -
XYZ 1.56 0.72 4.06 -
YUV 17.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 38 0 58 0.34 1 0 0.77 279.31 1 0.11
Hex 26 0 3A 22 64 0 4D 117 64 B
Octal 46 0 72 42 144 0 115 427 144 13
Binary 100110 0 111010 100010 1100100 0 1001101 100010111 1100100 1011

Color Harmonies of #26003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26003A

Black with #26003A

Text Example


Text Example

White with #26003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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