Html Css Color HEX #262328 Blackcurrant

📋 copy color: '#262328'

red 38 ◦ green 35 ◦ blue 40

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

Shades of Blackcurrant #262328

Tints of Blackcurrant #262328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.4%

R = 33.63%
G = 30.97%
B = 35.4%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#262328 (or 0x262328) is known color: Blackcurrant. HEX triplet: 26, 23 and 28. RGB value is (38,35,40). Sum of RGB (Red+Green+Blue) = 38+35+40=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 40 - color contains mainly: blue. Hex color #262328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262328 is #D9DCD7. Grayscale: #242424. Windows color (decimal): -14277848 or 2630438. OLE color: 2630438.

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

Color convert

RGB 38 35 40 -
CMYK 0.05 0.12 0 0.84
HSL 276º 0.07% 0.15% -
HSV(B) 276º 0.13% 0.16% -
XYZ 1.78 1.77 2.25 -
YUV 36.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 38 35 40 0.05 0.12 0 0.84 276 0.07 0.15
Hex 26 23 28 5 C 0 54 114 7 F
Octal 46 43 50 5 14 0 124 424 7 17
Binary 100110 100011 101000 101 1100 0 1010100 100010100 111 1111

Color Harmonies of #262328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262328

Black with #262328

Text Example


Text Example

White with #262328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262328; }

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

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

background-color css

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

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

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

border-color css

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

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

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