Html Css Color HEX #26093F Blackcurrant

📋 copy color: '#26093F'

red 38 ◦ green 9 ◦ blue 63

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

Shades of Blackcurrant #26093F

Tints of Blackcurrant #26093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 57.27%

R = 34.55%
G = 8.18%
B = 57.27%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#26093F (or 0x26093F) is known color: Blackcurrant. HEX triplet: 26, 09 and 3F. RGB value is (38,9,63). Sum of RGB (Red+Green+Blue) = 38+9+63=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #26093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26093F is #D9F6C0. Grayscale: #171717. Windows color (decimal): -14284481 or 4131110. OLE color: 4131110.

HSL color Cylindrical-coordinate representation of color #26093F: hue angle of 272.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26093F is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 9 63 -
CMYK 0.40 0.86 0 0.75
HSL 272.22º 0.75% 0.14% -
HSV(B) 272.22º 0.86% 0.25% -
XYZ 1.79 0.97 4.79 -
YUV 23.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 38 9 63 0.40 0.86 0 0.75 272.22 0.75 0.14
Hex 26 9 3F 28 56 0 4B 110 4B E
Octal 46 11 77 50 126 0 113 420 113 16
Binary 100110 1001 111111 101000 1010110 0 1001011 100010000 1001011 1110

Color Harmonies of #26093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26093F

Black with #26093F

Text Example


Text Example

White with #26093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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