Html Css Color HEX #260634 Blackcurrant

📋 copy color: '#260634'

red 38 ◦ green 6 ◦ blue 52

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

Shades of Blackcurrant #260634

Tints of Blackcurrant #260634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

 BLUE value IS 52 (20.7% from 255) = 54.17%

R = 39.58%
G = 6.25%
B = 54.17%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#260634 (or 0x260634) is known color: Blackcurrant. HEX triplet: 26, 06 and 34. RGB value is (38,6,52). Sum of RGB (Red+Green+Blue) = 38+6+52=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #260634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260634 is #D9F9CB. Grayscale: #141414. Windows color (decimal): -14285260 or 3409446. OLE color: 3409446.

HSL color Cylindrical-coordinate representation of color #260634: hue angle of 281.74º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260634 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 6 52 -
CMYK 0.27 0.88 0 0.80
HSL 281.74º 0.79% 0.11% -
HSV(B) 281.74º 0.88% 0.2% -
XYZ 1.48 0.79 3.32 -
YUV 20.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 38 6 52 0.27 0.88 0 0.80 281.74 0.79 0.11
Hex 26 6 34 1B 58 0 50 11A 4F B
Octal 46 6 64 33 130 0 120 432 117 13
Binary 100110 110 110100 11011 1011000 0 1010000 100011010 1001111 1011

Color Harmonies of #260634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260634

Black with #260634

Text Example


Text Example

White with #260634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260634; }

 p { color: rgb(38,6,52); }

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

background-color css

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

 a { background-color: rgb(38,6,52); }

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

border-color css

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

 span { border-color: rgb(38,6,52); }

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