Html Css Color HEX #260F40 Blackcurrant

📋 copy color: '#260F40'

red 38 ◦ green 15 ◦ blue 64

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

Shades of Blackcurrant #260F40

Tints of Blackcurrant #260F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.82%

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

R = 32.48%
G = 12.82%
B = 54.7%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#260F40 (or 0x260F40) is known color: Blackcurrant. HEX triplet: 26, 0F and 40. RGB value is (38,15,64). Sum of RGB (Red+Green+Blue) = 38+15+64=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #260F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F40 is #D9F0BF. Grayscale: #1B1B1B. Windows color (decimal): -14282944 or 4198182. OLE color: 4198182.

HSL color Cylindrical-coordinate representation of color #260F40: hue angle of 268.16º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #260F40 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 15 64 -
CMYK 0.41 0.77 0 0.75
HSL 268.16º 0.62% 0.15% -
HSV(B) 268.16º 0.77% 0.25% -
XYZ 1.9 1.12 4.97 -
YUV 27.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 38 15 64 0.41 0.77 0 0.75 268.16 0.62 0.15
Hex 26 F 40 29 4D 0 4B 10C 3E F
Octal 46 17 100 51 115 0 113 414 76 17
Binary 100110 1111 1000000 101001 1001101 0 1001011 100001100 111110 1111

Color Harmonies of #260F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F40

Black with #260F40

Text Example


Text Example

White with #260F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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