Html Css Color HEX #260340 Blackcurrant

📋 copy color: '#260340'

red 38 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #260340

Tints of Blackcurrant #260340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.86%

 BLUE value IS 64 (25.39% from 255) = 60.95%

R = 36.19%
G = 2.86%
B = 60.95%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260340 (or 0x260340) is known color: Blackcurrant. HEX triplet: 26, 03 and 40. RGB value is (38,3,64). Sum of RGB (Red+Green+Blue) = 38+3+64=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #260340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260340 is #D9FCBF. Grayscale: #141414. Windows color (decimal): -14286016 or 4195110. OLE color: 4195110.

HSL color Cylindrical-coordinate representation of color #260340: hue angle of 274.43º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260340 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 3 64 -
CMYK 0.41 0.95 0 0.75
HSL 274.43º 0.91% 0.13% -
HSV(B) 274.43º 0.95% 0.25% -
XYZ 1.76 0.85 4.92 -
YUV 20.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 38 3 64 0.41 0.95 0 0.75 274.43 0.91 0.13
Hex 26 3 40 29 5F 0 4B 112 5B D
Octal 46 3 100 51 137 0 113 422 133 15
Binary 100110 11 1000000 101001 1011111 0 1001011 100010010 1011011 1101

Color Harmonies of #260340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260340

Black with #260340

Text Example


Text Example

White with #260340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260340; }

 p { color: rgb(38,3,64); }

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

background-color css

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

 a { background-color: rgb(38,3,64); }

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

border-color css

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

 span { border-color: rgb(38,3,64); }

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