Html Css Color HEX #260037 Blackcurrant

📋 copy color: '#260037'

red 38 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #260037

Tints of Blackcurrant #260037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 59.14%

R = 40.86%
G = 0%
B = 59.14%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260037 (or 0x260037) is known color: Blackcurrant. HEX triplet: 26, 00 and 37. RGB value is (38,0,55). Sum of RGB (Red+Green+Blue) = 38+0+55=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #260037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260037 is #D9FFC8. Grayscale: #111111. Windows color (decimal): -14286793 or 3604518. OLE color: 3604518.

HSL color Cylindrical-coordinate representation of color #260037: hue angle of 281.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260037 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 0 55 -
CMYK 0.31 1 0 0.78
HSL 281.45º 1% 0.11% -
HSV(B) 281.45º 1% 0.22% -
XYZ 1.49 0.69 3.67 -
YUV 17.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 38 0 55 0.31 1 0 0.78 281.45 1 0.11
Hex 26 0 37 1F 64 0 4E 119 64 B
Octal 46 0 67 37 144 0 116 431 144 13
Binary 100110 0 110111 11111 1100100 0 1001110 100011001 1100100 1011

Color Harmonies of #260037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260037

Black with #260037

Text Example


Text Example

White with #260037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260037; }

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

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

background-color css

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

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

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

border-color css

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

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

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