Html Css Color HEX #260532 Blackcurrant

📋 copy color: '#260532'

red 38 ◦ green 5 ◦ blue 50

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

Shades of Blackcurrant #260532

Tints of Blackcurrant #260532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

 BLUE value IS 50 (19.92% from 255) = 53.76%

R = 40.86%
G = 5.38%
B = 53.76%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#260532 (or 0x260532) is known color: Blackcurrant. HEX triplet: 26, 05 and 32. RGB value is (38,5,50). Sum of RGB (Red+Green+Blue) = 38+5+50=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #260532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260532 is #D9FACD. Grayscale: #131313. Windows color (decimal): -14285518 or 3278118. OLE color: 3278118.

HSL color Cylindrical-coordinate representation of color #260532: hue angle of 284º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260532 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 5 50 -
CMYK 0.24 0.90 0 0.80
HSL 284º 0.82% 0.11% -
HSV(B) 284º 0.9% 0.2% -
XYZ 1.43 0.75 3.09 -
YUV 20 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 38 5 50 0.24 0.90 0 0.80 284 0.82 0.11
Hex 26 5 32 18 5A 0 50 11C 52 B
Octal 46 5 62 30 132 0 120 434 122 13
Binary 100110 101 110010 11000 1011010 0 1010000 100011100 1010010 1011

Color Harmonies of #260532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260532

Black with #260532

Text Example


Text Example

White with #260532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260532; }

 p { color: rgb(38,5,50); }

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

background-color css

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

 a { background-color: rgb(38,5,50); }

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

border-color css

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

 span { border-color: rgb(38,5,50); }

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