Html Css Color HEX #26003F Blackcurrant

📋 copy color: '#26003F'

red 38 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #26003F

Tints of Blackcurrant #26003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.62%
G = 0%
B = 62.38%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#26003F (or 0x26003F) is known color: Blackcurrant. HEX triplet: 26, 00 and 3F. RGB value is (38,0,63). Sum of RGB (Red+Green+Blue) = 38+0+63=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #26003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26003F is #D9FFC0. Grayscale: #121212. Windows color (decimal): -14286785 or 4128806. OLE color: 4128806.

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

Color convert

RGB 38 0 63 -
CMYK 0.40 1 0 0.75
HSL 276.19º 1% 0.12% -
HSV(B) 276.19º 1% 0.25% -
XYZ 1.7 0.77 4.76 -
YUV 18.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 38 0 63 0.40 1 0 0.75 276.19 1 0.12
Hex 26 0 3F 28 64 0 4B 114 64 C
Octal 46 0 77 50 144 0 113 424 144 14
Binary 100110 0 111111 101000 1100100 0 1001011 100010100 1100100 1100

Color Harmonies of #26003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26003F

Black with #26003F

Text Example


Text Example

White with #26003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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