Html Css Color HEX #262327 Blackcurrant

📋 copy color: '#262327'

red 38 ◦ green 35 ◦ blue 39

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

Shades of Blackcurrant #262327

Tints of Blackcurrant #262327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 33.93%
G = 31.25%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#262327 (or 0x262327) is known color: Blackcurrant. HEX triplet: 26, 23 and 27. RGB value is (38,35,39). Sum of RGB (Red+Green+Blue) = 38+35+39=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 39 - color contains mainly: blue. Hex color #262327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262327 is #D9DCD8. Grayscale: #242424. Windows color (decimal): -14277849 or 2564902. OLE color: 2564902.

HSL color Cylindrical-coordinate representation of color #262327: hue angle of 285º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #262327 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 35 39 -
CMYK 0.03 0.10 0 0.85
HSL 285º 0.05% 0.15% -
HSV(B) 285º 0.1% 0.15% -
XYZ 1.77 1.76 2.17 -
YUV 36.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 38 35 39 0.03 0.10 0 0.85 285 0.05 0.15
Hex 26 23 27 3 A 0 55 11D 5 F
Octal 46 43 47 3 12 0 125 435 5 17
Binary 100110 100011 100111 11 1010 0 1010101 100011101 101 1111

Color Harmonies of #262327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262327

Black with #262327

Text Example


Text Example

White with #262327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262327; }

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

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

background-color css

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

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

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

border-color css

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

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

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