Html Css Color HEX #26093C Blackcurrant

📋 copy color: '#26093C'

red 38 ◦ green 9 ◦ blue 60

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

Shades of Blackcurrant #26093C

Tints of Blackcurrant #26093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 56.07%

R = 35.51%
G = 8.41%
B = 56.07%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#26093C (or 0x26093C) is known color: Blackcurrant. HEX triplet: 26, 09 and 3C. RGB value is (38,9,60). Sum of RGB (Red+Green+Blue) = 38+9+60=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #26093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26093C is #D9F6C3. Grayscale: #171717. Windows color (decimal): -14284484 or 3934502. OLE color: 3934502.

HSL color Cylindrical-coordinate representation of color #26093C: hue angle of 274.12º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26093C is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 9 60 -
CMYK 0.37 0.85 0 0.76
HSL 274.12º 0.74% 0.14% -
HSV(B) 274.12º 0.85% 0.24% -
XYZ 1.71 0.93 4.36 -
YUV 23.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 38 9 60 0.37 0.85 0 0.76 274.12 0.74 0.14
Hex 26 9 3C 25 55 0 4C 112 4A E
Octal 46 11 74 45 125 0 114 422 112 16
Binary 100110 1001 111100 100101 1010101 0 1001100 100010010 1001010 1110

Color Harmonies of #26093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26093C

Black with #26093C

Text Example


Text Example

White with #26093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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