Html Css Color HEX #260148 Blackcurrant

📋 copy color: '#260148'

red 38 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #260148

Tints of Blackcurrant #260148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.86%

R = 34.23%
G = 0.9%
B = 64.86%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#260148 (or 0x260148) is known color: Blackcurrant. HEX triplet: 26, 01 and 48. RGB value is (38,1,72). Sum of RGB (Red+Green+Blue) = 38+1+72=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #260148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260148 is #D9FEB7. Grayscale: #131313. Windows color (decimal): -14286520 or 4718886. OLE color: 4718886.

HSL color Cylindrical-coordinate representation of color #260148: hue angle of 271.27º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260148 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 1 72 -
CMYK 0.47 0.99 0 0.72
HSL 271.27º 0.97% 0.14% -
HSV(B) 271.27º 0.99% 0.28% -
XYZ 1.98 0.9 6.2 -
YUV 20.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 38 1 72 0.47 0.99 0 0.72 271.27 0.97 0.14
Hex 26 1 48 2F 63 0 48 10F 61 E
Octal 46 1 110 57 143 0 110 417 141 16
Binary 100110 1 1001000 101111 1100011 0 1001000 100001111 1100001 1110

Color Harmonies of #260148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260148

Black with #260148

Text Example


Text Example

White with #260148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260148; }

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

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

background-color css

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

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

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

border-color css

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

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

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