Html Css Color HEX #262329 Blackcurrant

📋 copy color: '#262329'

red 38 ◦ green 35 ◦ blue 41

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

Shades of Blackcurrant #262329

Tints of Blackcurrant #262329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.7%

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

R = 33.33%
G = 30.7%
B = 35.96%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#262329 (or 0x262329) is known color: Blackcurrant. HEX triplet: 26, 23 and 29. RGB value is (38,35,41). Sum of RGB (Red+Green+Blue) = 38+35+41=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 41 - color contains mainly: blue. Hex color #262329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262329 is #D9DCD6. Grayscale: #242424. Windows color (decimal): -14277847 or 2695974. OLE color: 2695974.

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

Color convert

RGB 38 35 41 -
CMYK 0.07 0.15 0 0.84
HSL 270º 0.08% 0.15% -
HSV(B) 270º 0.15% 0.16% -
XYZ 1.8 1.77 2.35 -
YUV 36.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 38 35 41 0.07 0.15 0 0.84 270 0.08 0.15
Hex 26 23 29 7 F 0 54 10E 8 F
Octal 46 43 51 7 17 0 124 416 10 17
Binary 100110 100011 101001 111 1111 0 1010100 100001110 1000 1111

Color Harmonies of #262329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262329

Black with #262329

Text Example


Text Example

White with #262329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262329; }

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

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

background-color css

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

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

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

border-color css

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

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

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