Html Css Color HEX #261133 Blackcurrant

📋 copy color: '#261133'

red 38 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #261133

Tints of Blackcurrant #261133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 35.85%
G = 16.04%
B = 48.11%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#261133 (or 0x261133) is known color: Blackcurrant. HEX triplet: 26, 11 and 33. RGB value is (38,17,51). Sum of RGB (Red+Green+Blue) = 38+17+51=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #261133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261133 is #D9EECC. Grayscale: #1B1B1B. Windows color (decimal): -14282445 or 3346726. OLE color: 3346726.

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

Color convert

RGB 38 17 51 -
CMYK 0.25 0.67 0 0.8
HSL 277.06º 0.5% 0.13% -
HSV(B) 277.06º 0.67% 0.2% -
XYZ 1.6 1.05 3.25 -
YUV 27.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 38 17 51 0.25 0.67 0 0.8 277.06 0.5 0.13
Hex 26 11 33 19 43 0 50 115 32 D
Octal 46 21 63 31 103 0 120 425 62 15
Binary 100110 10001 110011 11001 1000011 0 1010000 100010101 110010 1101

Color Harmonies of #261133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261133

Black with #261133

Text Example


Text Example

White with #261133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261133; }

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

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

background-color css

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

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

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

border-color css

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

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

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