Html Css Color HEX #260138 Blackcurrant

📋 copy color: '#260138'

red 38 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #260138

Tints of Blackcurrant #260138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 58.95%

R = 40%
G = 1.05%
B = 58.95%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260138 (or 0x260138) is known color: Blackcurrant. HEX triplet: 26, 01 and 38. RGB value is (38,1,56). Sum of RGB (Red+Green+Blue) = 38+1+56=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #260138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260138 is #D9FEC7. Grayscale: #121212. Windows color (decimal): -14286536 or 3670310. OLE color: 3670310.

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

Color convert

RGB 38 1 56 -
CMYK 0.32 0.98 0 0.78
HSL 280.36º 0.96% 0.11% -
HSV(B) 280.36º 0.98% 0.22% -
XYZ 1.52 0.72 3.8 -
YUV 18.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 38 1 56 0.32 0.98 0 0.78 280.36 0.96 0.11
Hex 26 1 38 20 62 0 4E 118 60 B
Octal 46 1 70 40 142 0 116 430 140 13
Binary 100110 1 111000 100000 1100010 0 1001110 100011000 1100000 1011

Color Harmonies of #260138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260138

Black with #260138

Text Example


Text Example

White with #260138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260138; }

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

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

background-color css

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

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

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

border-color css

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

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

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