Html Css Color HEX #261533 Blackcurrant

📋 copy color: '#261533'

red 38 ◦ green 21 ◦ blue 51

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

Shades of Blackcurrant #261533

Tints of Blackcurrant #261533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 34.55%
G = 19.09%
B = 46.36%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#261533 (or 0x261533) is known color: Blackcurrant. HEX triplet: 26, 15 and 33. RGB value is (38,21,51). Sum of RGB (Red+Green+Blue) = 38+21+51=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #261533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261533 is #D9EACC. Grayscale: #1D1D1D. Windows color (decimal): -14281421 or 3347750. OLE color: 3347750.

HSL color Cylindrical-coordinate representation of color #261533: hue angle of 274º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #261533 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 21 51 -
CMYK 0.25 0.59 0 0.8
HSL 274º 0.42% 0.14% -
HSV(B) 274º 0.59% 0.2% -
XYZ 1.67 1.19 3.27 -
YUV 29.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 38 21 51 0.25 0.59 0 0.8 274 0.42 0.14
Hex 26 15 33 19 3B 0 50 112 2A E
Octal 46 25 63 31 73 0 120 422 52 16
Binary 100110 10101 110011 11001 111011 0 1010000 100010010 101010 1110

Color Harmonies of #261533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261533

Black with #261533

Text Example


Text Example

White with #261533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261533; }

 p { color: rgb(38,21,51); }

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

background-color css

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

 a { background-color: rgb(38,21,51); }

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

border-color css

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

 span { border-color: rgb(38,21,51); }

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