Html Css Color HEX #26133E Blackcurrant

📋 copy color: '#26133E'

red 38 ◦ green 19 ◦ blue 62

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

Shades of Blackcurrant #26133E

Tints of Blackcurrant #26133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 31.93%
G = 15.97%
B = 52.1%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#26133E (or 0x26133E) is known color: Blackcurrant. HEX triplet: 26, 13 and 3E. RGB value is (38,19,62). Sum of RGB (Red+Green+Blue) = 38+19+62=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #26133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26133E is #D9ECC1. Grayscale: #1D1D1D. Windows color (decimal): -14281922 or 4068134. OLE color: 4068134.

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

Color convert

RGB 38 19 62 -
CMYK 0.39 0.69 0 0.76
HSL 266.51º 0.53% 0.16% -
HSV(B) 266.51º 0.69% 0.24% -
XYZ 1.9 1.23 4.69 -
YUV 29.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 38 19 62 0.39 0.69 0 0.76 266.51 0.53 0.16
Hex 26 13 3E 27 45 0 4C 10B 35 10
Octal 46 23 76 47 105 0 114 413 65 20
Binary 100110 10011 111110 100111 1000101 0 1001100 100001011 110101 10000

Color Harmonies of #26133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26133E

Black with #26133E

Text Example


Text Example

White with #26133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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