Html Css Color HEX #260448 Blackcurrant

📋 copy color: '#260448'

red 38 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #260448

Tints of Blackcurrant #260448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

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

R = 33.33%
G = 3.51%
B = 63.16%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#260448 (or 0x260448) is known color: Blackcurrant. HEX triplet: 26, 04 and 48. RGB value is (38,4,72). Sum of RGB (Red+Green+Blue) = 38+4+72=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #260448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260448 is #D9FBB7. Grayscale: #151515. Windows color (decimal): -14285752 or 4719654. OLE color: 4719654.

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

Color convert

RGB 38 4 72 -
CMYK 0.47 0.94 0 0.72
HSL 270º 0.89% 0.15% -
HSV(B) 270º 0.94% 0.28% -
XYZ 2.01 0.97 6.21 -
YUV 21.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 38 4 72 0.47 0.94 0 0.72 270 0.89 0.15
Hex 26 4 48 2F 5E 0 48 10E 59 F
Octal 46 4 110 57 136 0 110 416 131 17
Binary 100110 100 1001000 101111 1011110 0 1001000 100001110 1011001 1111

Color Harmonies of #260448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260448

Black with #260448

Text Example


Text Example

White with #260448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260448; }

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

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

background-color css

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

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

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

border-color css

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

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

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