Html Css Color HEX #26094A Blackcurrant

📋 copy color: '#26094A'

red 38 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #26094A

Tints of Blackcurrant #26094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

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

R = 31.4%
G = 7.44%
B = 61.16%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26094A (or 0x26094A) is known color: Blackcurrant. HEX triplet: 26, 09 and 4A. RGB value is (38,9,74). Sum of RGB (Red+Green+Blue) = 38+9+74=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #26094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26094A is #D9F6B5. Grayscale: #181818. Windows color (decimal): -14284470 or 4852006. OLE color: 4852006.

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

Color convert

RGB 38 9 74 -
CMYK 0.49 0.88 0 0.71
HSL 266.77º 0.78% 0.16% -
HSV(B) 266.77º 0.88% 0.29% -
XYZ 2.13 1.1 6.58 -
YUV 25.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 38 9 74 0.49 0.88 0 0.71 266.77 0.78 0.16
Hex 26 9 4A 31 58 0 47 10B 4E 10
Octal 46 11 112 61 130 0 107 413 116 20
Binary 100110 1001 1001010 110001 1011000 0 1000111 100001011 1001110 10000

Color Harmonies of #26094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26094A

Black with #26094A

Text Example


Text Example

White with #26094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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