Html Css Color HEX #26014B Blackcurrant

📋 copy color: '#26014B'

red 38 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #26014B

Tints of Blackcurrant #26014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 75 (29.69% from 255) = 65.79%

R = 33.33%
G = 0.88%
B = 65.79%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26014B (or 0x26014B) is known color: Blackcurrant. HEX triplet: 26, 01 and 4B. RGB value is (38,1,75). Sum of RGB (Red+Green+Blue) = 38+1+75=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #26014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26014B is #D9FEB4. Grayscale: #141414. Windows color (decimal): -14286517 or 4915494. OLE color: 4915494.

HSL color Cylindrical-coordinate representation of color #26014B: hue angle of 270º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26014B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 1 75 -
CMYK 0.49 0.99 0 0.71
HSL 270º 0.97% 0.15% -
HSV(B) 270º 0.99% 0.29% -
XYZ 2.08 0.94 6.73 -
YUV 20.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 38 1 75 0.49 0.99 0 0.71 270 0.97 0.15
Hex 26 1 4B 31 63 0 47 10E 61 F
Octal 46 1 113 61 143 0 107 416 141 17
Binary 100110 1 1001011 110001 1100011 0 1000111 100001110 1100001 1111

Color Harmonies of #26014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26014B

Black with #26014B

Text Example


Text Example

White with #26014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26014B; }

 p { color: rgb(38,1,75); }

 H1.HeaderClassName
 {
   color: #26014B;
 }
 .AnyTagClassName
 {
   color: #26014B;
 }
</style>

background-color css

<style>
 a { background-color: #26014B; }

 a { background-color: rgb(38,1,75); }

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

border-color css

<style>
 span { border-color: #26014B; }

 span { border-color: rgb(38,1,75); }

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