Html Css Color HEX #26153E Blackcurrant

📋 copy color: '#26153E'

red 38 ◦ green 21 ◦ blue 62

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

Shades of Blackcurrant #26153E

Tints of Blackcurrant #26153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 62 (24.61% from 255) = 51.24%

R = 31.4%
G = 17.36%
B = 51.24%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#26153E (or 0x26153E) is known color: Blackcurrant. HEX triplet: 26, 15 and 3E. RGB value is (38,21,62). Sum of RGB (Red+Green+Blue) = 38+21+62=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #26153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26153E is #D9EAC1. Grayscale: #1E1E1E. Windows color (decimal): -14281410 or 4068646. OLE color: 4068646.

HSL color Cylindrical-coordinate representation of color #26153E: hue angle of 264.88º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26153E is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 21 62 -
CMYK 0.39 0.66 0 0.76
HSL 264.88º 0.49% 0.16% -
HSV(B) 264.88º 0.66% 0.24% -
XYZ 1.94 1.3 4.71 -
YUV 30.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 38 21 62 0.39 0.66 0 0.76 264.88 0.49 0.16
Hex 26 15 3E 27 42 0 4C 109 31 10
Octal 46 25 76 47 102 0 114 411 61 20
Binary 100110 10101 111110 100111 1000010 0 1001100 100001001 110001 10000

Color Harmonies of #26153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26153E

Black with #26153E

Text Example


Text Example

White with #26153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26153E; }

 p { color: rgb(38,21,62); }

 H1.HeaderClassName
 {
   color: #26153E;
 }
 .AnyTagClassName
 {
   color: #26153E;
 }
</style>

background-color css

<style>
 a { background-color: #26153E; }

 a { background-color: rgb(38,21,62); }

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

border-color css

<style>
 span { border-color: #26153E; }

 span { border-color: rgb(38,21,62); }

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