Html Css Color HEX #260137 Blackcurrant

📋 copy color: '#260137'

red 38 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #260137

Tints of Blackcurrant #260137

RGB

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

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

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

R = 40.43%
G = 1.06%
B = 58.51%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#260137 (or 0x260137) is known color: Blackcurrant. HEX triplet: 26, 01 and 37. RGB value is (38,1,55). Sum of RGB (Red+Green+Blue) = 38+1+55=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #260137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260137 is #D9FEC8. Grayscale: #121212. Windows color (decimal): -14286537 or 3604774. OLE color: 3604774.

HSL color Cylindrical-coordinate representation of color #260137: hue angle of 281.11º 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 #260137 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 1 55 -
CMYK 0.31 0.98 0 0.78
HSL 281.11º 0.96% 0.11% -
HSV(B) 281.11º 0.98% 0.22% -
XYZ 1.5 0.71 3.67 -
YUV 18.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 38 1 55 0.31 0.98 0 0.78 281.11 0.96 0.11
Hex 26 1 37 1F 62 0 4E 119 60 B
Octal 46 1 67 37 142 0 116 431 140 13
Binary 100110 1 110111 11111 1100010 0 1001110 100011001 1100000 1011

Color Harmonies of #260137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260137

Black with #260137

Text Example


Text Example

White with #260137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260137; }

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

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

background-color css

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

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

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

border-color css

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

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

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