Html Css Color HEX #261335 Blackcurrant

📋 copy color: '#261335'

red 38 ◦ green 19 ◦ blue 53

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

Shades of Blackcurrant #261335

Tints of Blackcurrant #261335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 53 (21.09% from 255) = 48.18%

R = 34.55%
G = 17.27%
B = 48.18%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#261335 (or 0x261335) is known color: Blackcurrant. HEX triplet: 26, 13 and 35. RGB value is (38,19,53). Sum of RGB (Red+Green+Blue) = 38+19+53=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #261335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261335 is #D9ECCA. Grayscale: #1C1C1C. Windows color (decimal): -14281931 or 3478310. OLE color: 3478310.

HSL color Cylindrical-coordinate representation of color #261335: hue angle of 273.53º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #261335 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 19 53 -
CMYK 0.28 0.64 0 0.79
HSL 273.53º 0.47% 0.14% -
HSV(B) 273.53º 0.64% 0.21% -
XYZ 1.67 1.13 3.5 -
YUV 28.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 38 19 53 0.28 0.64 0 0.79 273.53 0.47 0.14
Hex 26 13 35 1C 40 0 4F 112 2F E
Octal 46 23 65 34 100 0 117 422 57 16
Binary 100110 10011 110101 11100 1000000 0 1001111 100010010 101111 1110

Color Harmonies of #261335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261335

Black with #261335

Text Example


Text Example

White with #261335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261335; }

 p { color: rgb(38,19,53); }

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

background-color css

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

 a { background-color: rgb(38,19,53); }

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

border-color css

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

 span { border-color: rgb(38,19,53); }

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