Html Css Color HEX #262129 Blackcurrant

📋 copy color: '#262129'

red 38 ◦ green 33 ◦ blue 41

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

Shades of Blackcurrant #262129

Tints of Blackcurrant #262129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.46%

 BLUE value IS 41 (16.41% from 255) = 36.61%

R = 33.93%
G = 29.46%
B = 36.61%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#262129 (or 0x262129) is known color: Blackcurrant. HEX triplet: 26, 21 and 29. RGB value is (38,33,41). Sum of RGB (Red+Green+Blue) = 38+33+41=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #262129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262129 is #D9DED6. Grayscale: #232323. Windows color (decimal): -14278359 or 2695462. OLE color: 2695462.

HSL color Cylindrical-coordinate representation of color #262129: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #262129 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 38 33 41 -
CMYK 0.07 0.20 0 0.84
HSL 277.5º 0.11% 0.15% -
HSV(B) 277.5º 0.2% 0.16% -
XYZ 1.74 1.66 2.33 -
YUV 35.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 38 33 41 0.07 0.20 0 0.84 277.5 0.11 0.15
Hex 26 21 29 7 14 0 54 116 B F
Octal 46 41 51 7 24 0 124 426 13 17
Binary 100110 100001 101001 111 10100 0 1010100 100010110 1011 1111

Color Harmonies of #262129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262129

Black with #262129

Text Example


Text Example

White with #262129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262129; }

 p { color: rgb(38,33,41); }

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

background-color css

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

 a { background-color: rgb(38,33,41); }

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

border-color css

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

 span { border-color: rgb(38,33,41); }

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