Html Css Color HEX #26074D Blackcurrant

📋 copy color: '#26074D'

red 38 ◦ green 7 ◦ blue 77

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

Shades of Blackcurrant #26074D

Tints of Blackcurrant #26074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

 BLUE value IS 77 (30.47% from 255) = 63.11%

R = 31.15%
G = 5.74%
B = 63.11%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26074D (or 0x26074D) is known color: Blackcurrant. HEX triplet: 26, 07 and 4D. RGB value is (38,7,77). Sum of RGB (Red+Green+Blue) = 38+7+77=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #26074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26074D is #D9F8B2. Grayscale: #181818. Windows color (decimal): -14284979 or 5048102. OLE color: 5048102.

HSL color Cylindrical-coordinate representation of color #26074D: hue angle of 266.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26074D is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 38 7 77 -
CMYK 0.51 0.91 0 0.70
HSL 266.57º 0.83% 0.16% -
HSV(B) 266.57º 0.91% 0.3% -
XYZ 2.21 1.1 7.12 -
YUV 24.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 38 7 77 0.51 0.91 0 0.70 266.57 0.83 0.16
Hex 26 7 4D 33 5B 0 46 10B 53 10
Octal 46 7 115 63 133 0 106 413 123 20
Binary 100110 111 1001101 110011 1011011 0 1000110 100001011 1010011 10000

Color Harmonies of #26074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26074D

Black with #26074D

Text Example


Text Example

White with #26074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26074D; }

 p { color: rgb(38,7,77); }

 H1.HeaderClassName
 {
   color: #26074D;
 }
 .AnyTagClassName
 {
   color: #26074D;
 }
</style>

background-color css

<style>
 a { background-color: #26074D; }

 a { background-color: rgb(38,7,77); }

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

border-color css

<style>
 span { border-color: #26074D; }

 span { border-color: rgb(38,7,77); }

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